Update wifi-sncf-tgv.sh
This commit is contained in:
parent
15ea321634
commit
007cdabe82
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ curl --silent --output /dev/null -X POST 'https://wifi.sncf/router/api/connectio
|
||||||
|
|
||||||
# Optional: Check if we have Internet with perdu.com
|
# Optional: Check if we have Internet with perdu.com
|
||||||
echo -n "Checking Internet Access... "
|
echo -n "Checking Internet Access... "
|
||||||
curl --silent perdu.com |grep ici && echo "OK !!!" || echo "KO :((("
|
curl --silent perdu.com |grep ici && echo "Internet is OK !!!" || echo "Internet is KO :((("
|
Loading…
Reference in a new issue