gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fix bash error


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix bash error
Date: Sat, 12 Oct 2019 09:24:56 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f768931  fix bash error
f768931 is described below

commit f768931aed1d31f077e6d7bd36dd803a61fb3b4d
Author: Florian Dold <address@hidden>
AuthorDate: Sat Oct 12 12:54:49 2019 +0530

    fix bash error
---
 bin/taler-deployment-keyup | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 627f295..2eb98d5 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -111,6 +111,7 @@ chmod -R 770 $EXCHANGE_WIREFEES/* || true
 taler-auditor-exchange \
   -m $EXCHANGE_PUB \
   -u $EXCHANGE_URL || ret=$?
+ret=${ret:-0}
 
 if [[ "$ret" != 4 ]] && [[ "$ret" != 0 ]]; then
   echo "unexpected exit code ($ret) of taler-auditor-exchange" >&2

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]