Skip to content

Commit

Permalink
changed secret server
Browse files Browse the repository at this point in the history
  • Loading branch information
lassulus committed May 25, 2013
1 parent d74fa7b commit 34ca1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/network/autoconnect/files/usr/bin/autowifi
Expand Up @@ -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
Expand Down

0 comments on commit 34ca1d3

Please sign in to comment.