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

debug count removed

parent d307ba97
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)" ...@@ -64,7 +64,6 @@ ONLINE_SSID="$(uci -q get wireless.client_radio0.ssid)"
TMP=/tmp/ssid-changer-count TMP=/tmp/ssid-changer-count
if [ ! -f $TMP ]; then echo "0">$TMP; fi if [ ! -f $TMP ]; then echo "0">$TMP; fi
OFF_COUNT=$(cat $TMP) OFF_COUNT=$(cat $TMP)
echo "$(($OFF_COUNT + 1))" > $TMP
TQ_LIMIT_ENABLED="$(uci -q get ssid-changer.settings.tq_limit_enabled)" 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 # 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