Update 'luasrc/model/cbi/easymesh.lua'

pull/1/head
ben 1 year ago
parent 13a6810434
commit fd685507c9

@ -129,4 +129,8 @@ o.default = "192.168.1.1"
o.datatype = "ip4addr" o.datatype = "ip4addr"
o:depends("ap_mode", 1) o:depends("ap_mode", 1)
function m.on_commit(self)
luci.sys.call("/etc/init.d/easymesh start &")
end
return m return m

Loading…
Cancel
Save