X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSystem.php;h=e0c23e55b9e4a9c1475cceee40bfbdb0abefddcd;hb=82972744a9cb77ca3d2f8db289e97fee2709ebd7;hp=31f17a9058aeef70ad24b01d67c27799ab799081;hpb=edaff99307347991a5b0f198cb3643daf5e6682f;p=friendica.git diff --git a/src/Core/System.php b/src/Core/System.php index 31f17a9058..e0c23e55b9 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -445,7 +445,7 @@ class System if (@is_readable('/proc/loadavg')) { $content = @file_get_contents('/proc/loadavg'); if (empty($content)) { - $content = shell_exec('uptime | sed "s/.*averages*: //" | sed "s/,//"'); + $content = shell_exec('uptime | sed "s/.*averages*: //" | sed "s/,//g"'); } }