go back to production mode and enable rm -rf
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
cb3b16d63f
commit
a4f45dfcf4
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue