From e059bee6d8afea57bad49f8d9f53aba92dc69a4b Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 6 Apr 2018 13:21:54 +0200 Subject: [PATCH] fix https://github.com/nextcloud/vm/issues/508 Fixes https://github.com/nextcloud/vm/issues/508 --- static/test_connection.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/test_connection.sh b/static/test_connection.sh index 7bcadc66..4e9a512d 100644 --- a/static/test_connection.sh +++ b/static/test_connection.sh @@ -12,8 +12,8 @@ true DEBUG=0 debug_mode -$WGET -q --tries=20 --timeout=10 http://www.google.com -O /tmp/google.idx &> /dev/null -if [ ! -s /tmp/google.idx ] +$WGET -q --tries=20 --timeout=10 http://www.github.com -O /tmp/github.idx &> /dev/null +if [ ! -s /tmp/github.idx ] then printf "${Red}Not Connected!${Color_Off}\n" else