forked from ungleich-public/cdist
disable removal of temp data for debugging
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4a5c161e96
commit
cfd0f776c9
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ __cdist_remote_type_explorer_dir()
|
||||||
#
|
#
|
||||||
__cdist_tmp_removal()
|
__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!
|
# Does not work in children, will be called again in every script!
|
||||||
|
|
Loading…
Reference in a new issue