Changeset 7869
- Timestamp:
- 11/02/11 14:38:15 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.10/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
r7865 r7869 71 71 # Always disable it first to make sure its disabled when the user decied to share his internet 72 72 uci set freifunk-policyrouting.pr.enable=0 73 if [ ! "$ sharenet" == 1 ] && [ ! "$(uci -q get meshwizard.netconfig.wan_proto)" == "olsr" ]; then73 if [ ! "$general_sharenet" == 1 ] && [ ! "$(uci -q get meshwizard.netconfig.wan_proto)" == "olsr" ]; then 74 74 $dir/helpers/setup_policyrouting.sh 75 75 fi
