gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: grouping env logic


From: gnunet
Subject: [taler-deployment] branch master updated: grouping env logic
Date: Mon, 04 Dec 2023 23:32:06 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8b4af5f  grouping env logic
8b4af5f is described below

commit 8b4af5f0265e487971b475413b169d13f28ea1be
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 4 23:30:25 2023 +0100

    grouping env logic
---
 netzbon/main.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh
index 585cf34..a29c3c0 100755
--- a/netzbon/main.sh
+++ b/netzbon/main.sh
@@ -42,12 +42,6 @@ if ! ping -c1 "bank.${DOMAIN_NAME}" &>/dev/null; then
   exit 1
 fi
 
-# Check if the user is root, otherwise EXIT.
-check_user
-
-# Installation of deb packages required
-. install_packages.sh
-
 if test -z "${BANK_EXCHANGE_PASSWORD:-}"; then
   BANK_EXCHANGE_PASSWORD=$(uuidgen)
   echo "BANK_EXCHANGE_PASSWORD=\"${BANK_EXCHANGE_PASSWORD}\"" 
>>config/internal.conf
@@ -66,6 +60,12 @@ if test -z "${PROTO:-}"; then
   echo "PROTO=$PROTO">>config/internal.conf
 fi
 
+# Check if the user is root, otherwise EXIT.
+check_user
+
+# Installation of deb packages required
+. install_packages.sh
+
 config_services
 
 # Final message to the user

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