From cdba10c64c6919470f4af8b7ecc93b755a372e2d Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Tue, 28 Jun 2011 00:03:30 +0000 Subject: [PATCH] contrib/meshwizard: Fix renamed interface name for splash, too --- .../files/usr/bin/meshwizard/helpers/setup_splash.sh | 4 ++-- 1 file 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 -- 2.25.1