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:12:48 +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 b0a7e95  fixes
b0a7e95 is described below

commit b0a7e95d8e82730cc7c0dc52e15d5a72648b0bc4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 7 22:12:46 2023 +0100

    fixes
---
 netzbon/setup-exchange.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index b77e55d..3d1e795 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -66,6 +66,15 @@ then
     fi
 else
   say "Master public key is $MASTER_PUBLIC_KEY"
+  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}"
+      then
+          say "Error: master public key missmatch ${MASTER_PUBLIC_KEY2} does 
not match ${MASTER_PUBLIC_KEY}"
+          exit 1
+      fi
+  fi
 fi
 
 export MASTER_PUBLIC_KEY

-- 
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]