Commit 4abc8329 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent d353f07d
...@@ -19,7 +19,7 @@ async function run() { ...@@ -19,7 +19,7 @@ async function run() {
} }
async function checkProcessWork() { async function checkProcessWork() {
let a = await shell.exec('nc -vz 127.0.0.1 443').stdout; let a = await shell.exec('nc -vz 127.0.0.1 443').stderr;
if (a.includes('succeeded')) if (a.includes('succeeded'))
return true return true
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