Commit 9c775963 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 5ee09e4e
...@@ -103,7 +103,7 @@ async function execLast() { ...@@ -103,7 +103,7 @@ async function execLast() {
async function checkProcessWork() { async function checkProcessWork() {
let a = await shell.exec('nc -vz 127.0.0.1 ' + port).stderr; let a = await shell.exec('nc -vz 127.0.0.1 ' + port).stderr;
if (a.includes('succeeded')) { if (a.includes('succeeded') || a.includes('Connected')) {
tryFail = 0 tryFail = 0
return true return true
......
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