mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Fix previous fix
This commit is contained in:
parent
3abadd6823
commit
28f43d67f2
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ function wizard_add()
|
||||||
ucic:commit("qos")
|
ucic:commit("qos")
|
||||||
luci.sys.call("uci -q del_list vnstat.@vnstat[-1].interface=" .. defif)
|
luci.sys.call("uci -q del_list vnstat.@vnstat[-1].interface=" .. defif)
|
||||||
luci.sys.call("uci -q commit vnstat")
|
luci.sys.call("uci -q commit vnstat")
|
||||||
luci.sys.call("uci -q del_list firewall.@zone[1].network=wan" .. i)
|
luci.sys.call("uci -q del_list firewall.@zone[1].network=" .. intf)
|
||||||
luci.sys.call("uci -q commit firewall")
|
luci.sys.call("uci -q commit firewall")
|
||||||
gostatus = false
|
gostatus = false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue