Skip to content

Commit

Permalink
debug count removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 committed Jul 3, 2017
1 parent c3f25de commit 5f6a3e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ ONLINE_SSID="$(uci -q get wireless.client_radio0.ssid)"
TMP=/tmp/ssid-changer-count
if [ ! -f $TMP ]; then echo "0">$TMP; fi
OFF_COUNT=$(cat $TMP)
echo "$(($OFF_COUNT + 1))" > $TMP

TQ_LIMIT_ENABLED="$(uci -q get ssid-changer.settings.tq_limit_enabled)"
# if true, the offline ssid will only be set if there is no gateway reacheable
Expand Down

0 comments on commit 5f6a3e6

Please sign in to comment.