taler-deployment

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

commit 25c86851a4aedea83bc2894ab91686c5a525bb35
parent 8051f3e33a0ab1bb432927f6cb6924a919b122d2
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Fri, 19 Jan 2024 12:23:02 +0100

Change question for admin-bank-password in regional-currency script

Diffstat:
Mregional-currency/functions.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regional-currency/functions.sh b/regional-currency/functions.sh @@ -55,7 +55,7 @@ function ask_questions() { fi fi if test -z "${BANK_ADMIN_PASSWORD:-}"; then - read -r -s -p "Enter the admin password for the bank: " BANK_ADMIN_PASSWORD + read -r -s -p "Enter the admin password for the bank (or press enter to autogenerate password): " BANK_ADMIN_PASSWORD echo "BANK_ADMIN_PASSWORD=$(printf '%q' "${BANK_ADMIN_PASSWORD}")" >>config/user.conf echo "" # force new line fi