Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
5 seems to be the magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Nov 26, 2010
1 parent 4154ba8 commit f8ae24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prey.sh
Expand Up @@ -42,7 +42,7 @@ if [ $connected == 0 ]; then
fi

# ok, lets check again, after waiting a bit
sleep 10
sleep 5
check_net_status
if [ $connected == 0 ]; then
log "$STRING_NO_CONNECT_TO_WIFI"
Expand Down

0 comments on commit f8ae24d

Please sign in to comment.