From cfd0f776c901e47cd317553e2065956ed5db7236 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 27 Jul 2011 00:00:31 +0200 Subject: [PATCH] disable removal of temp data for debugging Signed-off-by: Nico Schottelius --- bin/cdist-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-config b/bin/cdist-config index bed9e6b4..0c72727f 100644 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -296,7 +296,7 @@ __cdist_remote_type_explorer_dir() # __cdist_tmp_removal() { - rm -rf "${__cdist_tmp_dir}" + echo rm -rf "${__cdist_tmp_dir}" } # Does not work in children, will be called again in every script!