gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix DNS/ping test


From: gnunet
Subject: [taler-deployment] branch master updated: fix DNS/ping test
Date: Tue, 07 Mar 2023 21:57:35 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b70fb90  fix DNS/ping test
b70fb90 is described below

commit b70fb900da350631bac8d21821d9a506128a65f4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 7 21:57:33 2023 +0100

    fix DNS/ping test
---
 netzbon/main.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh
index f88db95..97841db 100755
--- 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."

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