Update wifi-sncf-tgv.sh

This commit is contained in:
sacha 2024-04-28 12:12:39 +02:00
parent 15ea321634
commit 007cdabe82

View file

@ -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 :((("