From fd685507c9a909d94a0a6282cea58ec8b4ba653e Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 17 Sep 2023 08:59:52 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/easymesh.lua' --- luasrc/model/cbi/easymesh.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index d1d64af..5e04f60 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -129,4 +129,8 @@ o.default = "192.168.1.1" o.datatype = "ip4addr" o:depends("ap_mode", 1) +function m.on_commit(self) + luci.sys.call("/etc/init.d/easymesh start &") +end + return m