summaryrefslogtreecommitdiffstats
path: root/deploy_jdn
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_jdn')
-rwxr-xr-xdeploy_jdn2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_jdn b/deploy_jdn
index e010761b..dcd6833c 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -111,7 +111,7 @@ elif [ "$1" = "upgradey" ] ; then
real_command="export LANG=C && sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get clean"
shift
elif [ "$1" = "rmstamp" ] ; then
- real_command="sudo rm /var/log/jenkins/*stamp"
+ real_command="sudo rm -f /var/log/jenkins/*stamp && echo '__reallyreally=ok__'"
reset_clock=false
shift
elif [ "$1" = "check" ] ; then