taler-deployment

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

commit a42128db9db27d7a0c9128bbc5cfca172f3739a1
parent ac7615469675cd3c83eba5312cc699ce420a9619
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 14:09:37 +0100

do sudo from /tmp

Diffstat:
Mnetzbon/config_launch_libeufin.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh @@ -67,6 +67,7 @@ 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 echo "DONE" echo -n "Start the bank..."