From: Zane C. Bowers-Hadley Date: Sat, 3 Dec 2022 10:34:17 +0000 (-0600) Subject: now with g X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f82fb9a2203e6c4405c3fa5980cb59c044376e3;p=friendica.git now with g --- 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"'); } }