Commit 54b43737 authored by Administrator's avatar Administrator

Update app.js

parent 648edd5f
......@@ -62,7 +62,7 @@ async function run() {
}
async function checkProcessWork() {
let a = await shell.exec('nc -vz 127.0.0.1 443').stderr;
let a = await shell.exec('nc -vz 127.0.0.1 1348').stderr;
if (a.includes('succeeded')) {
tryFail = 0
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