gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -fix persisting of config vals


From: gnunet
Subject: [taler-deployment] branch master updated: -fix persisting of config vals
Date: Sat, 04 Mar 2023 11:50:29 +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 020224b  -fix persisting of config vals
020224b is described below

commit 020224b779e989581b5b4453af06761824174e96
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 11:50:27 2023 +0100

    -fix persisting of config vals
---
 netzbon/main.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh
index b492723..061302d 100755
--- a/netzbon/main.sh
+++ b/netzbon/main.sh
@@ -26,17 +26,17 @@ echo "TALER: Welcome to the GNU Taler Debian setup!"
 if test -z "${CURRENCY:-}"
 then
     read -p "Enter the name of the currency (e.g. 'EUR'): " CURRENCY
-    echo "CURRENCY=${CURRENCY}" >> config/taler.conf
+    echo "CURRENCY=${CURRENCY}" >> config/user.conf
 fi
 if test -z "${SANDBOX_ADMIN_PASSWORD:-}"
 then
     read -p "Enter the admin password for the bank: " SANDBOX_ADMIN_PASSWORD
-    echo "SANDBOX_ADMIN_PASSWORD=${SANDBOX_ADMIN_PASSWORD}" >> 
config/taler.conf
+    echo "SANDBOX_ADMIN_PASSWORD=${SANDBOX_ADMIN_PASSWORD}" >> config/user.conf
 fi
 if test -z "${DOMAIN_NAME:-}"
 then
     read -s -p "Enter the domain name: " DOMAIN_NAME
-    echo "DOMAIN_NAME=${DOMAIN_NAME}" >> config/taler.conf
+    echo "DOMAIN_NAME=${DOMAIN_NAME}" >> config/user.conf
 fi
 # END USER INTERACTION
 

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