taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 500bd616f954d3a59fb2864cb26cd72690160969
parent d6fa49702142df3587a9e3aceead949fa82e0038
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 16:50:35 +0100

more logging in restart logic

Diffstat:
Mbuildbot/restart.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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