taler-deployment

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

commit 3444127e5197c2b2e0c23082edf0fdb3faf8eb6e
parent 728a04ba3649a303275f759602b2f5b5d83cb917
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 15:54:38 +0100

set PW for systemd

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 @@ -82,6 +82,7 @@ echo "DONE" echo -n "Start the bank..." export LIBEUFIN_SANDBOX_ADMIN_PASSWORD="${SANDBOX_ADMIN_PASSWORD}" +echo "LIBEUFIN_SANDBOX_ADMIN_PASSWORD=\"${SANDBOX_ADMIN_PASSWORD}\"" >> /etc/libeufin/sandbox.env systemctl enable --now libeufin-sandbox echo "DONE"