diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-06-28 00:03:30 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-06-28 00:03:30 +0000 |
commit | cdba10c64c6919470f4af8b7ecc93b755a372e2d (patch) | |
tree | 72479328d388fd876653d1de75b74f84adca0ef4 | |
parent | 8b6deb3029ecc8a7f759da31a8f59780ecb6871a (diff) |
contrib/meshwizard: Fix renamed interface name for splash, too
-rwxr-xr-x | contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh index 8e143d338..f4375a491 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh @@ -23,10 +23,10 @@ config_foreach handle_splash iface uci batch << EOF set luci_splash.${netrenamed}dhcp="iface" -set luci_splash.${netrenamed}dhcp.network="${net}dhcp" +set luci_splash.${netrenamed}dhcp.network="${netrenamed}dhcp" set luci_splash.${netrenamed}dhcp.zone="freifunk" EOF echo " network: ${netrenamed}dhcp" -uci commit
\ No newline at end of file +uci commit |