diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index c0e1739fea..28fd15318e 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2018 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -1066,7 +1066,7 @@ //memory available if (stristr(PHP_OS, 'Linux')) { - $result = trim(shell_exec('free -hw | grep \'Mem:\' | cut -d\' \' -f 58-64')); + $result = trim(shell_exec('free -hw | grep \'Mem:\' | cut -d\' \' -f 55-64')); if ($result != '') { $hud[$n]['html'] .= "\n"; $hud[$n]['html'] .= "".$text['label-memory_available']."\n";