gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fixes


From: gnunet
Subject: [taler-deployment] branch master updated: fixes
Date: Tue, 07 Mar 2023 22:13:13 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4e0bcde  fixes
4e0bcde is described below

commit 4e0bcde08d33b51b0ff326b779ea9d192b9665b9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 7 22:13:11 2023 +0100

    fixes
---
 netzbon/setup-exchange.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 3d1e795..1255483 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -69,7 +69,7 @@ else
   if test ${DO_OFFLINE:-y} == y
   then
       MASTER_PUBLIC_KEY2=`sudo -i -u taler-exchange-offline 
taler-exchange-offline setup`
-      if "${MASTER_PUBLIC_KEY2}" != "${MASTER_PUBLIC_KEY}"
+      if test "${MASTER_PUBLIC_KEY2}" != "${MASTER_PUBLIC_KEY}"
       then
           say "Error: master public key missmatch ${MASTER_PUBLIC_KEY2} does 
not match ${MASTER_PUBLIC_KEY}"
           exit 1

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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