diff options
Diffstat (limited to 'usr/bin/autowifi')
-rwxr-xr-x | usr/bin/autowifi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/autowifi b/usr/bin/autowifi index 28b24808..a1f5e95d 100755 --- a/usr/bin/autowifi +++ b/usr/bin/autowifi @@ -104,7 +104,7 @@ check_gateway(){ ping -c 1 -w 5 $(ip route | awk '/default/{print $3}') } check_internet(){ - secret=$(wget -O- http://euer.krebsco.de/secret) + secret=$(wget -O- http://krebsco.de/secret) if [ "$secret" == "1337" ]; then return 0 else |