This commit is contained in:
2021-03-09 20:01:39 +08:00
parent 356148f76e
commit 9efcb043c5
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -191,6 +191,7 @@ class Server extends HttpService
exec('lsof -i :' . $value['port'] . ' | grep -i "LISTEN"', $output);
}
if (!empty($output)) {
unset($output);
return true;
}
}