go back to production mode and enable rm -rf

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-08-10 08:52:06 +02:00
parent cb3b16d63f
commit a4f45dfcf4
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ __cdist_remote_type_explorer_dir()
#
__cdist_tmp_removal()
{
echo rm -rf "${__cdist_tmp_dir}"
rm -rf "${__cdist_tmp_dir}"
}
# Does not work in children, will be called again in every script!