summaryrefslogtreecommitdiff
path: root/buildbot/restart.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 16:50:35 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 16:50:35 +0100
commit500bd616f954d3a59fb2864cb26cd72690160969 (patch)
tree6c73fc0c4a820436ef7e9a40077fc419b3b97f30 /buildbot/restart.sh
parentd6fa49702142df3587a9e3aceead949fa82e0038 (diff)
downloaddeployment-500bd616f954d3a59fb2864cb26cd72690160969.tar.gz
deployment-500bd616f954d3a59fb2864cb26cd72690160969.tar.bz2
deployment-500bd616f954d3a59fb2864cb26cd72690160969.zip
more logging in restart logic
Diffstat (limited to 'buildbot/restart.sh')
-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