taler-deployment

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

commit 38a75ef8b13fd08b07d36fe713bb63d0619e6423
parent f69b2984b90f93e1fff5dca75ddbc6f3ffb9ba94
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 19:41:25 +0100

-fix path

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 @@ -93,7 +93,7 @@ echo -n "Start the bank..." systemctl enable --now libeufin-sandbox echo "DONE" -echo -n "Wait for the bank..." +echo -n "Waiting for sandbox..." curl --max-time 2 \ --retry-connrefused \ --retry-delay 1 \ @@ -216,7 +216,7 @@ libeufin-cli facades \ echo "OK" export WIRE_GATEWAY_URL="${LIBEUFIN_NEXUS_URL}/facades/${LIBEUFIN_TALER_FACADE}/taler-wire-gateway/" -echo "WIRE_GATEWAY_URL=\"${WIRE_GATEWAY_URL}\"" >> config/internal.conf +echo "WIRE_GATEWAY_URL=\"${WIRE_GATEWAY_URL}\"" >> ${MY_DIR}/config/internal.conf echo -n "Configuring the background jobs to submit/get transactions..." # Tries every second.