4
Fork 0
CronosAgent/OpenWRT/view/cronosagent/restart.htm
2016-08-12 12:14:54 +03:00

9 lines
279 B
HTML

<%
luci.sys.call("/etc/init.d/cronosagent restart ; sleep 2")
%>
<%+header%>
<h2 name="content">CronosAgent &#9656; Restart</h2>
<textarea readonly="readonly" wrap="off" rows="20" style="width: 100%"><%= luci.util.exec("logread | grep CronosAgent") %></textarea>
<%+footer%>