diff options
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 2b58adf3..14165322 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -788,7 +788,6 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then fi echo fi - rm -f $TMPFILE fi # @@ -796,6 +795,7 @@ fi # sudo touch $STAMP # so on the next run, only configs newer than this file will be updated explain "$(date) - finished deployment." +rm -f $TMPFILE # finally! case $HOSTNAME in |