diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-04-07 12:34:23 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-04-07 12:34:23 -0400 |
commit | 7ec2a858afefa36b28776d2ec1b33cc6e5d8b995 (patch) | |
tree | d9aab5945815b94a4ec0a40b6e84ab7fb9ccafda /usr/local | |
parent | 0c951d9bee2af9a48f297b90a11c9b3911c4ca05 (diff) | |
download | pfsense-7ec2a858afefa36b28776d2ec1b33cc6e5d8b995.zip pfsense-7ec2a858afefa36b28776d2ec1b33cc6e5d8b995.tar.gz |
Remove copy paste
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/diag_packet_capture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php index 0f9d8fb..a9fba1b 100644 --- a/usr/local/www/diag_packet_capture.php +++ b/usr/local/www/diag_packet_capture.php @@ -194,7 +194,7 @@ include("fbegin.inc"); <?php /* check to see if packet capture tcpdump is already running */ - $processcheck = (trim(shell_exec("/bin/ps axw -O pid= | /usr/bin/grep tcpdump | /usr/bin/grep {$fn} | /usr/bin/grep -v pflog | wc -"))); + $processcheck = (trim(shell_exec("/bin/ps axw -O pid= | /usr/bin/grep tcpdump | /usr/bin/grep {$fn} | /usr/bin/grep -v pflog"))); $processisrunning = false; |