gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (5440b3b -> 25c8685)


From: gnunet
Subject: [taler-deployment] branch master updated (5440b3b -> 25c8685)
Date: Fri, 19 Jan 2024 12:23:25 +0100

This is an automated email from the git hooks/post-receive script.

javier-sepulveda pushed a change to branch master
in repository deployment.

    from 5440b3b  linkchecker: wait 1 second between requests
     new 8051f3e  Install sudo in regional-currency script
     new 25c8685  Change question for admin-bank-password in regional-currency 
script

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 regional-currency/functions.sh        | 2 +-
 regional-currency/install_packages.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/regional-currency/functions.sh b/regional-currency/functions.sh
index a596f72..9ed69dd 100755
--- 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
diff --git a/regional-currency/install_packages.sh 
b/regional-currency/install_packages.sh
index e3fc40f..6d5519e 100755
--- a/regional-currency/install_packages.sh
+++ b/regional-currency/install_packages.sh
@@ -19,6 +19,7 @@ apt update
 ## General requirements
 
 apt install uuid-runtime \
+  sudo \
   curl \
   jq \
   wget \

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