gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix config generation


From: gnunet
Subject: [taler-deployment] branch master updated: fix config generation
Date: Sat, 04 Mar 2023 20:28:20 +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 d731a2f  fix config generation
d731a2f is described below

commit d731a2f4517e56f51cb59365297988917777a02f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 20:28:17 2023 +0100

    fix config generation
---
 netzbon/setup-exchange.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index d1bf3ff..659e316 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -48,9 +48,9 @@ export MASTER_PRIV_FILE=${MASTER_PRIV_DIR}/master.priv
 if test -z ${MASTER_PUBLIC_KEY:-}
 then
     say "Setting up offline key"
-    sudo -E -i -u taler-exchange-offline mkdir -p ${MASTER_PRIV_DIR}
-    sudo -E -i -u taler-exchange-offline gnunet-ecc -g1 ${MASTER_PRIV_FILE}
-    MASTER_PUBLIC_KEY=`sudo -i -E -u taler-exchange-offline gnunet-ecc -p 
${MASTER_PRIV_FILE}`
+    sudo -i -u taler-exchange-offline mkdir -p ${MASTER_PRIV_DIR}
+    sudo -i -u taler-exchange-offline gnunet-ecc -g1 ${MASTER_PRIV_FILE}
+    MASTER_PUBLIC_KEY=`sudo -i -u taler-exchange-offline gnunet-ecc -p 
${MASTER_PRIV_FILE}`
 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]