summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-29 14:31:56 -0400
committerjim-p <jimp@pfsense.org>2013-07-29 14:31:56 -0400
commit4e8eec4c3c4fb395a90523ca47360550a1400d04 (patch)
tree45a157f55ab46bc3c80453fc77043689cdba8937
parent0af84753e9571b32c9978f0f655dc22f7d417325 (diff)
downloadpfsense-4e8eec4c3c4fb395a90523ca47360550a1400d04.zip
pfsense-4e8eec4c3c4fb395a90523ca47360550a1400d04.tar.gz
Use full path
-rw-r--r--usr/local/www/diag_system_activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php
index 8fd2eba..05118cf 100644
--- a/usr/local/www/diag_system_activity.php
+++ b/usr/local/www/diag_system_activity.php
@@ -46,7 +46,7 @@ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
$pgtitle = gettext("Diagnostics: System Activity");
if($_REQUEST['getactivity']) {
- $text = `/usr/bin/top -aHS | cut -c1-105`;
+ $text = `/usr/bin/top -aHS | /usr/bin/cut -c1-105`;
echo $text;
exit;
}
OpenPOWER on IntegriCloud