From 6e4e2365aea7e643f5d7aae520d26d28048d7cd7 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Wed, 21 Mar 2018 11:39:32 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 3bf7256..08f3c1c 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -76,7 +76,7 @@ fi echo "hostname is $myhost" sleep 1 DOMAIN=$(realm discover | grep -i realm.name | awk '{print $2}') -ping -c 2 $DOMAIN >/dev/null +ping -c 5 $DOMAIN >/dev/null if [ $? = 0 ] then clear