|
|
|
@ -180,12 +180,12 @@ ctrl.addremove = false
|
|
|
|
|
|
|
|
|
|
btnStart = ctrl:option(Button, "_btn_start", translate("Enable Easy Mesh"))
|
|
|
|
|
function btnStart.write()
|
|
|
|
|
io.popen("/root/easymesh/easymesh.sh")
|
|
|
|
|
io.popen("/easymesh/easymesh.sh")
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
btnStop = ctrl:option(Button, "_btn_stop", translate("Disable Easy Mesh"))
|
|
|
|
|
function btnStop.write()
|
|
|
|
|
io.popen("/root/easymesh/easymesh.sh")
|
|
|
|
|
io.popen("/easymesh/easymesh.sh")
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
function o.write(self, section, value)
|
|
|
|
|