X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSystem.php;h=e0c23e55b9e4a9c1475cceee40bfbdb0abefddcd;hb=82972744a9cb77ca3d2f8db289e97fee2709ebd7;hp=dbf49b38db18af1971c7e2daee05f67cb4a5fabb;hpb=f66420815793015db113315f28c4ef1931c304bb;p=friendica.git diff --git a/src/Core/System.php b/src/Core/System.php index dbf49b38db..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/.*e: //" | sed "s/,//"'); + $content = shell_exec('uptime | sed "s/.*averages*: //" | sed "s/,//g"'); } }