contrib/meshwizard: Cleanup and add ssid_scheme option
[project/luci.git] / contrib / package / meshwizard / files / usr / bin / meshwizard / helpers / setup_freifunk.sh
1 #!/bin/sh
2 # Sets values in /etc/config/freifunk
3
4 . $dir/functions.sh
5
6 # Set community homepage
7 hp=$(uci -q get profile_$community.profile.homepage)
8
9 if [ -n "$hp" ]; then
10         uci set freifunk.community.homepage="$hp"
11 fi
12
13 uci_commitverbose "/etc/init.d/freifunk config" freifunk
14