Pavel Loginov 2021-08-24 19:40:09 +06:00
parent f44c6ed43b
commit ed09e12b39
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ else:
i = (s[2], count_ports_from_sql)
count_ports.append(i)
cmd = "systemctl status portscanner |grep Act |awk '{print $2}'"
cmd = "systemctl is-active roxy-wi-portscanner"
port_scanner, port_scanner_stderr = funct.subprocess_execute(cmd)