diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index f4e4da2..5c156c1 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -180,7 +180,7 @@ ctrl.addremove = false btnStop = ctrl:option(Button, "_btn_start", translate("Enable Easy Mesh")) function btnStop.write() - io.popen("/etc/init.d/easymesh start") + io.popen("/etc/init.d/easymesh restart") end btnStart = ctrl:option(Button, "_btn_stop", translate("Disable Easy Mesh"))