From 582666664c27f4c93f18597238e94faccd705dc9 Mon Sep 17 00:00:00 2001 From: Sergey Dvoriancev Date: Wed, 29 Feb 2012 21:39:00 +0400 Subject: Fix startup script --- config/havp/havp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3