diff --git a/wifi-sncf-tgv.sh b/wifi-sncf-tgv.sh index c077819..7b6b101 100644 --- a/wifi-sncf-tgv.sh +++ b/wifi-sncf-tgv.sh @@ -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 echo -n "Checking Internet Access... " -curl --silent perdu.com |grep ici && echo "OK !!!" || echo "KO :(((" \ No newline at end of file +curl --silent perdu.com |grep ici && echo "Internet is OK !!!" || echo "Internet is KO :(((" \ No newline at end of file