gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -fix missing quotes


From: gnunet
Subject: [taler-deployment] branch master updated: -fix missing quotes
Date: Sat, 04 Mar 2023 16:37:58 +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 3192719  -fix missing quotes
3192719 is described below

commit 3192719e924fe16be4fa59f42a5ad0d15f7ac6ad
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 16:37:55 2023 +0100

    -fix missing quotes
---
 netzbon/config_launch_libeufin.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index 850fa28..2ad36d1 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -146,8 +146,8 @@ EXCHANGE_PAYTO=$(echo $EXCHANGE_DETAILS | jq -r .paytoUri)
 # needs it for the /wire response.
 export EXCHANGE_IBAN
 export EXCHANGE_PAYTO
-echo "EXCHANGE_IBAN=\"${EXCHANGE_IBAN}\" >> ${MY_DIR}/config/internal.conf
-echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\" >> ${MY_DIR}/config/internal.conf
+echo "EXCHANGE_IBAN=\"${EXCHANGE_IBAN}\"" >> ${MY_DIR}/config/internal.conf
+echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\"" >> ${MY_DIR}/config/internal.conf
 
 echo -n "Setting the default exchange at Sandbox..."
 libeufin-sandbox default-exchange "https://exchange.$DOMAIN_NAME/"; 
$EXCHANGE_PAYTO

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