Improve the scripts

This commit is contained in:
Markus Fleschutz
2021-04-17 18:54:45 +02:00
parent 9aa997ebf5
commit f78a9390cb
9 changed files with 15 additions and 20 deletions

View File

@ -26,7 +26,7 @@ try {
} elseif ($Temp -lt "0") {
write-warning "$Temp °C CPU temperature is quite low"
} else {
write-host -foregroundColor green "✔️ $Temp °C CPU temperature"
"✔️ $Temp °C CPU temperature"
}
exit 0
} catch {