From ff067035142218d4aa9a076fe60ba2cae15ce3bb Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 17 Sep 2023 09:00:25 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/easymesh.lua' --- luasrc/model/cbi/easymesh.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index 5e04f60..2dfbd9f 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -45,11 +45,6 @@ s.anonymous = true o = s:option(Flag, "enabled", translate("Enable"), translate("Enable or disable EASY MESH")) o.default = 0 o.rmempty = false -function o.write(self, section, value) - Flag.write(self, section, value) - -- Run your custom command here. - luci.sys.call("/etc/init.d/easymesh start") -end o = s:option(ListValue, "role", translate("role")) o:value("off", translate("off"))