From 015a710c81c4873557b76fdcd284283ca6ec5d38 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 14 Aug 2014 16:13:53 +0200 Subject: [PATCH] - consistency --- snapper/Snapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapper/Snapper.cc b/snapper/Snapper.cc index 995ecdbc..a4e217ec 100644 --- a/snapper/Snapper.cc +++ b/snapper/Snapper.cc @@ -416,7 +416,7 @@ namespace snapper config_names.end()); sysconfig.setValue("SNAPPER_CONFIGS", config_names); - unlink((CONFIGSDIR "/" + config_name).c_str()); + SystemCmd cmd(RMBIN " " + quote(CONFIGSDIR "/" + config_name)); throw; } -- 2.47.3