Skip to content

Commit

Permalink
Fix startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
dvserg committed Feb 29, 2012
1 parent aeabd82 commit 5826666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/havp/havp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5826666

Please sign in to comment.