disable removal of temp data for debugging

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-07-27 00:00:31 +02:00
parent 4a5c161e96
commit cfd0f776c9
1 changed files with 1 additions and 1 deletions

View File

@ -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!