Fix a small luci-splash issue

This commit is contained in:
Steven Barth 2008-08-05 14:14:42 +00:00
parent 2414448845
commit 565bcfab82

View file

@ -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