From: Steven Barth Date: Tue, 5 Aug 2008 14:14:42 +0000 (+0000) Subject: Fix a small luci-splash issue X-Git-Tag: 0.8.0~527 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=565bcfab825a12adca9ed38bf3bb445d93c07aec;hp=2414448845899ad67c1f4b39885c6e2cfc4a5b47 Fix a small luci-splash issue --- diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index 02fdd8b6a..ad1a8b107 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -10,7 +10,7 @@ iface_add() { config_get gw "$cfg" gateway [ -n "$gw" ] || return 0 - iptables -t nat -A zone_$zone_prerouting -j luci_splash_portal + iptables -t nat -A zone_${zone}_prerouting -j luci_splash_portal for i in $gw do