taler-deployment

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

commit 608e740288777dd9ec238758f15bfb00a624f4b2
parent 8e3e5a16e818f79ab832bf94179e500cc5703bd0
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed,  3 Jan 2018 10:58:20 +0100

right names

Diffstat:
Mbuildbot/switch.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/switch.sh b/buildbot/switch.sh @@ -10,7 +10,7 @@ fi cmd=$(printf "%s; %s" \ "cd /home/test" \ - "./deployment/bin/taler-deployment-switch-${nonactive}.sh") + "./deployment/bin/taler-deployment-switch-${nonactive}") echo "Switching to ${nonactive}." sudo -u test bash -c "${cmd}"