%+header%> <% local running = luci.sys.exec("pgrep -x /usr/bin/dae-wing") local dashrunning = luci.sys.exec("[ -e '/tmp/log/daed-next/dashboard.pid' ] && echo '1' || echo 'x'") %> <% if tonumber(running) ~= nil and tonumber(dashrunning) ~= nil then %>
<%:Please start the dae-wing service and the dashboard service first and try again%>