diff options
-rw-r--r-- | config/havp/havp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/havp/havp.inc b/config/havp/havp.inc index 71a1a93b..9d1e4501 100644 --- a/config/havp/havp.inc +++ b/config/havp/havp.inc @@ -1293,7 +1293,7 @@ function havp_startup_script() { global $havp_config; $pid = HVDEF_PID_FILE; - $havpchk = "ps auxw | grep \"[h]avp -c\"|awk '{print $2}'"; + $havpchk = "ps auxw | grep \"[h]avp -c\"|awk '{print $2}'"; $clamdchk = "ps auxw | grep \"[c]lamd -c\"|awk '{print $2}'"; # rc script |