gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix command order


From: gnunet
Subject: [taler-deployment] branch master updated: fix command order
Date: Tue, 05 Dec 2023 14:52:10 +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 de3c4e7  fix command order
de3c4e7 is described below

commit de3c4e7afcba0427d222ccda18166b2d8886f534
Author: MS <ms@taler.net>
AuthorDate: Tue Dec 5 14:51:46 2023 +0100

    fix command order
---
 netzbon/main.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh
index 23898ef..0765070 100755
--- a/netzbon/main.sh
+++ b/netzbon/main.sh
@@ -36,6 +36,7 @@ check_user
 # Installation of deb packages required
 . install_packages.sh
 
+config_services
 # Check DNS settings
 if ! ping -c1 "exchange.${DOMAIN_NAME}" &>/dev/null; then
   say "Could not ping exchange.${DOMAIN_NAME}."
@@ -66,8 +67,6 @@ if test -z "${PROTO:-}"; then
   echo "PROTO=$PROTO">>config/internal.conf
 fi
 
-config_services
-
 # Final message to the user
 say "Congratulations, you have successfully installed GNU Taler"
 say "Your bank is at ${PROTO}://bank.${DOMAIN_NAME}/"

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