gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use quotes


From: gnunet
Subject: [taler-deployment] branch master updated: use quotes
Date: Mon, 24 Apr 2023 12:23:17 +0200

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 fcf7d9e  use quotes
fcf7d9e is described below

commit fcf7d9e1795414b91259cc33cbabd6e8fb4339f5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 24 12:23:15 2023 +0200

    use quotes
---
 netzbon/main.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh
index 92f5742..0259886 100755
--- a/netzbon/main.sh
+++ b/netzbon/main.sh
@@ -57,7 +57,7 @@ if test -z "${MASTER_PUBLIC_KEY:-}"; then
 fi
 if test -z "${SANDBOX_ADMIN_PASSWORD:-}"; then
   read -r -s -p "Enter the admin password for the bank: " 
SANDBOX_ADMIN_PASSWORD
-  echo "SANDBOX_ADMIN_PASSWORD=${SANDBOX_ADMIN_PASSWORD}" >>config/user.conf
+  echo "SANDBOX_ADMIN_PASSWORD=\"${SANDBOX_ADMIN_PASSWORD}\"" 
>>config/user.conf
   echo "" # force new line
 fi
 if test -z "${DOMAIN_NAME:-}"; then
@@ -83,11 +83,11 @@ check_user
 
 if test -z "${NEXUS_EXCHANGE_PASSWORD:-}"; then
   NEXUS_EXCHANGE_PASSWORD=$(uuidgen)
-  echo "NEXUS_EXCHANGE_PASSWORD=${NEXUS_EXCHANGE_PASSWORD}" 
>>config/internal.conf
+  echo "NEXUS_EXCHANGE_PASSWORD=\"${NEXUS_EXCHANGE_PASSWORD}\"" 
>>config/internal.conf
 fi
 if test -z "${SANDBOX_EXCHANGE_PASSWORD:-}"; then
   SANDBOX_EXCHANGE_PASSWORD=$(uuidgen)
-  echo "SANDBOX_EXCHANGE_PASSWORD=${SANDBOX_EXCHANGE_PASSWORD}" 
>>config/internal.conf
+  echo "SANDBOX_EXCHANGE_PASSWORD=\"${SANDBOX_EXCHANGE_PASSWORD}\"" 
>>config/internal.conf
 fi
 
 ./config_launch_libeufin.sh

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