4
Fork 0

Finally to production

This commit is contained in:
R3ABM Artem 2016-08-04 11:52:45 +04:00
parent 3d79575f03
commit ec037a2e00
5 changed files with 38 additions and 25 deletions

View file

@ -10,5 +10,4 @@ function restartCronosAgent()
luci.sys.init.stop("cronosagent")
luci.sys.init.start("cronosagent")
luci.http.write("Done!")
-- luci.http.redirect("/")
end