taler-deployment

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

commit 149099831e75f8f683e0016c1f451c42b3b465d5
parent 884edb3c4b72b069c8e3d082aa4882e98d5d270b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  4 Jun 2019 18:12:36 +0200

fix bash syntax

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

diff --git a/buildbot/sign.sh b/buildbot/sign.sh @@ -6,7 +6,7 @@ if test "$(whoami)" = "$(cat /home/test/active)"; then fi source "${HOME}/activate" -WIRE_RESPONSE = $(taler-config -s account-1 -o wire_response -f) +WIRE_RESPONSE=$(taler-config -s account-1 -o wire_response -f) rm -f $WIRE_RESPONSE || true