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's end of


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix bash's end of 'if' statement
Date: Wed, 17 May 2017 20:22:14 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b7280ce  fix bash's end of 'if' statement
b7280ce is described below

commit b7280ceea1b6ad2b8434d0c56281cca7c59b3083
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 20:21:57 2017 +0200

    fix bash's end of 'if' statement
---
 bin/taler-deployment-keyup | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index da8e718..764cff9 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -17,5 +17,6 @@ auditor_base_dir=$(taler-config -s exchangedb -o 
auditor_base_dir)
 taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange 
-o master_public_key) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
 if [[ 0 != $? ]]; then
   echo Auditor signing not accomplished.
+fi
 
 chmod -fR g+rw ~/shared-data

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



reply via email to

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