commit cf5687fb3b343af0d92caab590de6613b4db128a
parent 20ea50b69488f4cd0062d8391bd62f0a7d393847
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 4 Mar 2023 16:30:11 +0100
avoid going to /tmp
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
@@ -76,7 +76,7 @@ echo "LIBEUFIN_SANDBOX_ADMIN_PASSWORD=\"${SANDBOX_ADMIN_PASSWORD}\"" >> /etc/lib
SANDBOX_URL="http://localhost:${LIBEUFIN_SANDBOX_PORT}/"
echo -n "Configure the default demobank with ${CURRENCY}..."
-cd /tmp
+
sudo -E -u libeufin-sandbox \
libeufin-sandbox config \
--captcha-url "https://bank.${DOMAIN_NAME}" \