taler-deployment

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

commit b70fb900da350631bac8d21821d9a506128a65f4
parent 2275f14e815a9218685a16de8a9359daaf41913c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Mar 2023 21:57:33 +0100

fix DNS/ping test

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

diff --git a/netzbon/main.sh b/netzbon/main.sh @@ -69,8 +69,7 @@ fi # END USER INTERACTION # Check DNS settings -ping -c1 exchange.${DOMAIN_NAME} &> /dev/null -if test 0 != $? +if ! ping -c1 exchange.${DOMAIN_NAME} &> /dev/null then say "Could not ping exchange.${DOMAIN_NAME}." say "Please make sure your DNS/network are working."