Skip to content
Snippets Groups Projects
Commit 0adefc32 authored by fuzzle's avatar fuzzle
Browse files

delete fffr specific stuff, but still in default ssid -while trying to keep script simple

parent 2d649595
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ fi
if [ $check -gt 0 ] ; then
if [ "$(uci get wireless.client_radio0.ssid)" == "$default" ] ; then echo "$0 - still on $default" ; exit 0 ; fi
echo "$0 change ssid to $default"| logger
uci set wireless.client_radio0.ssid=freiburg.freifunk.net
uci set wireless.client_radio0.ssid="$default"
sed -i s/^ssid=$offi/ssid=$default/ /var/run/hostapd-phy0.conf
killall -HUP hostapd
fi
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