Commit 648edd5f authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 5f64a2f4
...@@ -70,10 +70,9 @@ async function checkProcessWork() { ...@@ -70,10 +70,9 @@ async function checkProcessWork() {
} }
tryFail++ tryFail++
if (tryFail >= countReboot) if (tryFail >= countReboot)
{
reboot() reboot()
return
}
run() run()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment