Update the scripts

This commit is contained in:
Markus Fleschutz
2021-10-19 09:43:25 +02:00
parent 3dcc84e4dd
commit c05fcfe32b
6 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ try {
} elseif ($Temp -gt 50) {
"✔️ CPU has $Temp °C: quite high"
} elseif ($Temp -gt 0) {
"✔️ CPU has $Temp °C: good"
"✔️ CPU has $Temp °C"
} elseif ($Temp -gt -20) {
"✔️ CPU has $Temp °C: quite low"
} else {