Update silent-auth.sh

This commit is contained in:
Michael
2023-12-27 14:07:43 +00:00
committed by GitHub
parent d2f1d7f8a0
commit 6764f87a26

View File

@@ -104,7 +104,6 @@ PING2=$(ping -c 1 "$IP2" | grep -c from)
if [ "$PING1" -eq "1" ]; then
echo
echo Internet is working
echo
else
echo
echo NO INTERNET... Exit..