From 8f5ac1525dc79f300c7f970b229ee928a22318b9 Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Fri, 11 Nov 2016 14:07:31 +0100 Subject: [PATCH] Hint how to configure for an immediate change --- files/lib/gluon/ssid-changer/ssid-changer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/gluon/ssid-changer/ssid-changer.sh b/files/lib/gluon/ssid-changer/ssid-changer.sh index b064840..71e3aad 100755 --- a/files/lib/gluon/ssid-changer/ssid-changer.sh +++ b/files/lib/gluon/ssid-changer/ssid-changer.sh @@ -1,7 +1,7 @@ #!/bin/sh # at first some Definitions: -MINUTES=1440 # only once every this timeframe the SSID will change to OFFLINE +MINUTES=1440 # only once every timeframe the SSID will change to OFFLINE (set to 1 minute to change every time the router gets offline) OFFLINE_PREFIX='FF_OFFLINE_' # use something short to leave space for the nodename (no '~' allowed!) ONLINE_SSID=$(uci get wireless.client_radio0.ssid -q) -- GitLab