Fix a small luci-splash issue
This commit is contained in:
parent
2414448845
commit
565bcfab82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue