diff options
author | Steven Barth <steven@midlink.org> | 2008-08-05 14:14:42 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-05 14:14:42 +0000 |
commit | 565bcfab825a12adca9ed38bf3bb445d93c07aec (patch) | |
tree | cb32674b43c25d2ed27a2599f922e338e3ae6068 /applications/luci-splash | |
parent | 2414448845899ad67c1f4b39885c6e2cfc4a5b47 (diff) |
Fix a small luci-splash issue
Diffstat (limited to 'applications/luci-splash')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |