Skip to content
Snippets Groups Projects
Commit 5f6a3e6a authored by rubo77's avatar rubo77
Browse files

debug count removed

parent c3f25de7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment