gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use printf


From: gnunet
Subject: [taler-deployment] branch master updated: use printf
Date: Mon, 24 Apr 2023 12:26: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 9ce7fe6  use printf
9ce7fe6 is described below

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

    use printf
---
 netzbon/main.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh
index 0259886..3f9efb4 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=$(printf '%q' "${SANDBOX_ADMIN_PASSWORD}") 
>>config/user.conf
   echo "" # force new line
 fi
 if test -z "${DOMAIN_NAME:-}"; 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]