mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Fixes https://github.com/nextcloud/vm/issues/508
This commit is contained in:
parent
95c15bf9b1
commit
e059bee6d8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user