gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -simplify


From: gnunet
Subject: [taler-deployment] branch master updated: -simplify
Date: Sun, 05 Mar 2023 00:57:31 +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 3fa6273  -simplify
3fa6273 is described below

commit 3fa6273ca00db8ce377020a1d0d604678688685b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 5 00:57:29 2023 +0100

    -simplify
---
 netzbon/setup-exchange.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index af6fba8..25e8c05 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -54,9 +54,7 @@ then
         exit 1
     fi
     say "Setting up offline key"
-    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}`
+    MASTER_PUBLIC_KEY=`sudo -i -u taler-exchange-offline 
taler-exchange-offline setup`
     echo "MASTER_PUBLIC_KEY=\"${MASTER_PUBLIC_KEY}\"" >> config/user.conf
     if test -z ${DO_OFFLINE:-}
     then

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