summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/restart.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildbot/restart.sh b/buildbot/restart.sh
index e27181e..03d55a3 100755
--- a/buildbot/restart.sh
+++ b/buildbot/restart.sh
@@ -2,5 +2,10 @@
set -eu
+DATE=`date`
+echo "Restarting Taler deployment at $DATE"
source "${HOME}/activate"
taler-deployment-restart
+
+echo "Deployment ready"
+exit 0