commit bb8e30f666c1fdc6b21a68e3d762ff9bcd7df955 parent 043e9a5be9896d04e13e461902961d23ef5f59b3 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 3 Jun 2019 23:20:04 +0200 try removing first Diffstat:
| M | buildbot/sign.sh | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/buildbot/sign.sh b/buildbot/sign.sh @@ -6,8 +6,11 @@ if test "$(whoami)" = "$(cat /home/test/active)"; then fi source "${HOME}/activate" +WIRE_RESPONSE = $(taler-config -s account-1 -o wire_response -f) + +rm -f $WIRE_RESPONSE || true taler-exchange-wire -chmod g+rw $(taler-config -s account-1 -o wire_response -f) -chgrp test $(taler-config -s account-1 -o wire_response -f) +chmod g+rw $WIRE_RESPONSE +chgrp test $WIRE_RESPONSE