diff --git a/proc/linux-lib.pl b/proc/linux-lib.pl index 79bdaa533..2d2fc5c59 100755 --- a/proc/linux-lib.pl +++ b/proc/linux-lib.pl @@ -525,7 +525,7 @@ if (&has_command("sensors")) { # Get odd output like in #1253 if ($aa && ( /temp(\d+):\s+([\+\-][0-9\.]+)\s+.*?[=+].*?\)/ || - /temp(\d+):\s+([\+\-][0-9\.]+).*?°[Cc]\s+.*?[=+].*?\)/ + /temp(\d+):\s+([\+\-][0-9\.]+).*?[Cc]\s+.*?[=+].*?\)/ )) { # Adjust to start from `0` as all other outputs push(@rvx, { 'core' => (int($1) - 1),