gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix script


From: gnunet
Subject: [taler-deployment] branch master updated: fix script
Date: Sat, 04 Mar 2023 14:48:22 +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 548aa65  fix script
548aa65 is described below

commit 548aa65118a36072b4e0befb2a9cd22caa5c4bbb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 14:48:20 2023 +0100

    fix script
---
 netzbon/config_launch_libeufin.sh | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index b4ab55a..c19e942 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -68,7 +68,14 @@ fi
 echo -n "Configure the default demobank with ${CURRENCY}..."
 # FIXME: no sign up bonus, no debt should be the default here!
 cd /tmp
-sudo -u libeufin-sandbox libeufin-sandbox config --currency ${CURRENCY} default
+sudo -E -u libeufin-sandbox \
+libeufin-sandbox config \
+    --captcha-url "https://bank.${DOMAIN_NAME}"; \
+    --bank-debt-limit 1000000 \
+    --users-debt-limit 0 \
+    --without-signup-bonus \
+    --currency ${CURRENCY} \
+    default
 echo "DONE"
 echo -n "Start the bank..."
 export LIBEUFIN_SANDBOX_ADMIN_PASSWORD="${SANDBOX_ADMIN_PASSWORD}"
@@ -83,7 +90,7 @@ echo "DONE"
 
 
 echo -n "Make one superuser at Nexus..."
-sudo -u libeufin-nexus libeufin-nexus superuser \
+sudo -E -u libeufin-nexus libeufin-nexus superuser \
   exchange-at-nexus \
   --password $NEXUS_EXCHANGE_PASSWORD
 echo "DONE"

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