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!