taler-deployment

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

commit 1bed4a29b831e0c11013dcf7fe8b154b053adc6c
parent 1ad145608ac61b272513cc42bccfdce14721276f
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Jun 2023 14:09:31 +0200

close quote

Diffstat:
Mnetzbon/main.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh @@ -57,7 +57,7 @@ if test -z "${MASTER_PUBLIC_KEY:-}"; then fi if test -z "${SANDBOX_ADMIN_PASSWORD:-}"; then read -r -s -p "Enter the admin password for the bank: " SANDBOX_ADMIN_PASSWORD - echo "SANDBOX_ADMIN_PASSWORD=$(printf '%q' "${SANDBOX_ADMIN_PASSWORD}") >>config/user.conf + echo "SANDBOX_ADMIN_PASSWORD=$(printf '%q' "${SANDBOX_ADMIN_PASSWORD}")" >>config/user.conf echo "" # force new line fi if test -z "${DOMAIN_NAME:-}"; then