From 650dce66c08fd193e585c15c86fb9da6cdef25d6 Mon Sep 17 00:00:00 2001 From: sacha Date: Mon, 1 Apr 2024 17:55:05 +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 61f698e..c077819 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 "OK !!!" || echo "KO :(((" \ No newline at end of file