From 007cdabe82a3c03169cc4ecbb55364335fb3c077 Mon Sep 17 00:00:00 2001 From: sacha Date: Sun, 28 Apr 2024 12:12:39 +0200 Subject: [PATCH] Update wifi-sncf-tgv.sh --- wifi-sncf-tgv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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