aboutsummaryrefslogtreecommitdiffstats
path: root/SharedSupport
diff options
context:
space:
mode:
Diffstat (limited to 'SharedSupport')
-rw-r--r--SharedSupport/Default Bundles/Format SQL.spBundle/command.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist b/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist
index c9458332..13e86145 100644
--- a/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist
+++ b/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist
@@ -17,7 +17,7 @@ if [ -z "$SQL" ]; then
fi
# check if connected to the internet and if server is up
-connected=$(/sbin/ping -t 5 -c 1 -on www.dpriver.com 2> /dev/null | grep 'icmp' | wc -l)
+connected=$(/sbin/ping -t 8 -c 1 -on www.dpriver.com 2> /dev/null | grep '69\.5\.11\.169' | wc -l)
if [ $connected -eq "0" ]; then
echo "<font color=red>You are probably not connected to the internet or http://www.dpriver.com/ server is down.</font>"
exit $SP_BUNDLE_EXIT_SHOW_AS_HTML_TOOLTIP