gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: work on exchange DB setup


From: gnunet
Subject: [taler-deployment] branch master updated: work on exchange DB setup
Date: Sat, 04 Mar 2023 20:06:59 +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 19c7527  work on exchange DB setup
19c7527 is described below

commit 19c7527bf50be801a2461645243048d2172f50cd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 20:06:57 2023 +0100

    work on exchange DB setup
---
 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 a4c9c8d..e457c5f 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -46,9 +46,9 @@ fi
 if test -z ${MASTER_PUBLIC_KEY:-}
 then
     say "Setting up offline key"
-    sudo -u taler-exchange-offline mkdir -p 
~/.local/share/taler/exchange/offline-keys
-    sudo -u taler-exchange-offline gnunet-ecc -g1 
~/.local/share/taler/exchange/offline-keys/master.priv
-    MASTER_PUBLIC_KEY=`sudo -u taler-exchange-offline gnunet-ecc -p 
~/.local/share/taler/exchange/offline-keys/master.priv`
+    sudo -u taler-exchange-offline mkdir -p 
.local/share/taler/exchange/offline-keys
+    sudo -u taler-exchange-offline gnunet-ecc -g1 
.local/share/taler/exchange/offline-keys/master.priv
+    MASTER_PUBLIC_KEY=`sudo -u taler-exchange-offline gnunet-ecc -p 
.local/share/taler/exchange/offline-keys/master.priv`
 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]