From: Manuel Munz Date: Tue, 28 Jun 2011 00:03:30 +0000 (+0000) Subject: contrib/meshwizard: Fix renamed interface name for splash, too X-Git-Tag: 0.11.0~1975 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cdba10c64c6919470f4af8b7ecc93b755a372e2d;p=oweals%2Fluci.git contrib/meshwizard: Fix renamed interface name for splash, too --- 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