taler-deployment

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

commit de3c4e7afcba0427d222ccda18166b2d8886f534
parent 9dfb63d4b066d0b8fa37c7dbf8680504e23824a6
Author: MS <ms@taler.net>
Date:   Tue,  5 Dec 2023 14:51:46 +0100

fix command order

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

diff --git 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}/"