1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix OpenMPTCProuter server version

This commit is contained in:
Ycarus 2018-12-04 19:54:27 +01:00
parent 7799411a15
commit f1da28445c
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ function wizard_add()
ucic:save("sqm")
ucic:commit("sqm")
luci.sys.call("uci -q add_list vnstat.@vnstat[-1].interface=wan" .. i)
luci.sys.call("uci -q add_list vnstat.@vnstat[-1].interface=" .. defif)
luci.sys.call("uci -q commit vnstat")
-- Dirty way to add new interface to firewall...