Skip to content

Commit

Permalink
wifish: default scan for a lil bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Apr 20, 2015
1 parent a8ba337 commit fbc0700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifish
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else
interactive=""
fi # }}}
: ${AWK_LOCATION:="/var/lib/wifish"}
: ${SCAN_SECONDS:=0}
: ${SCAN_SECONDS:=2}
: ${wpa_cli:=wpa_cli}
which dialog >/dev/null 2>&1 # {{{ # Default to menu if we have dialog (assuming WIFISH_DEFAULT isn't manually set)
if [ $? -eq 0 ];then
Expand Down

0 comments on commit fbc0700

Please sign in to comment.