diff options
author | Sven Gothel <[email protected]> | 2011-09-14 04:28:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-14 04:28:58 +0200 |
commit | 7445d4142d088ad311437181ddb070da6d8d122b (patch) | |
tree | 1d220003923f490d5ef633024747aba72edabb49 /jenkins-builds/funcs_promotion.sh | |
parent | 34d922f3a207bae39699c48568df5e6f3d7da207 (diff) |
Fix: Enable deletion of tmp folder
Diffstat (limited to 'jenkins-builds/funcs_promotion.sh')
-rwxr-xr-x | jenkins-builds/funcs_promotion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh index a86f9a4..0851f57 100755 --- a/jenkins-builds/funcs_promotion.sh +++ b/jenkins-builds/funcs_promotion.sh @@ -295,7 +295,7 @@ function prom_cleanup() { cd $destdir echo "INFO: delete tmp folder" - # rm -rf tmp + rm -rf tmp cd $lthisdir } |