mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove copy paste
This commit is contained in:
parent
0c951d9bee
commit
7ec2a858af
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user