summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-23 11:47:37 +0200
committersmos <seth.mos@dds.nl>2012-05-23 11:47:37 +0200
commitfe7fef6418ff469a09c1dee1c1704240ae0e4633 (patch)
tree28529a176c89e1cac1528718bceb8491c777277c
parent7efe5ac50c5ad0ee0fb7c49754682ba025ed84ac (diff)
downloadpfsense-fe7fef6418ff469a09c1dee1c1704240ae0e4633.zip
pfsense-fe7fef6418ff469a09c1dee1c1704240ae0e4633.tar.gz
Fix command, remove spurious '
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 7b119c9..612b914 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1723,7 +1723,7 @@ EOD;
}
foreach($ports as $port) {
- mwexec("ps auxww|grep \"{$interface}\" |grep \"[3]gstats\" | awk '{print $2}' |xargs kill'");
+ mwexec("/bin/ps auxww|grep \"{$interface}\" |grep \"[3]gstats\" | awk '{print $2}' |xargs kill");
$mondev = substr(basename($port), 0, -1). "3";
log_error("Starting 3gstats.php on device '{$mondev}' for interface '{$interface}'");
mwexec_bg("/usr/local/bin/3gstats.php {$mondev} {$interface}");
OpenPOWER on IntegriCloud