We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c191650 commit e7266c2Copy full SHA for e7266c2
server/lib/classes/cron.d/100-monitor_disk_usage.inc.php
@@ -74,7 +74,7 @@ public function onRunJob() {
74
$app->uses('getconf');
75
$web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
76
77
- $dfData = shell_exec('df -hT -x simfs | awk \'!x[$1]++\' 2>/dev/null');
+ $dfData = shell_exec('df -PhT -x simfs | awk \'!x[$1]++\' 2>/dev/null');
78
79
// split into array
80
$df = explode("\n", $dfData);
0 commit comments