taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 3192719e924fe16be4fa59f42a5ad0d15f7ac6ad
parent 427e11ecfa64fc3a5d949a71b6ba2e7162d26caa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 16:37:55 +0100

-fix missing quotes

Diffstat:
Mnetzbon/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 @@ -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