mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-07 16:44:22 +01:00
Updated check-cpu.ps1
This commit is contained in:
parent
53381691df
commit
7a056d76e3
@ -75,7 +75,7 @@ try {
|
||||
} elseif ($celsius -lt 30) {
|
||||
$temp = ", $($celsius)°C cool"
|
||||
} else {
|
||||
$temp = ", $($celsius)°C OK"
|
||||
$temp = ", $($celsius)°C"
|
||||
}
|
||||
|
||||
Write-Progress -completed "Done."
|
||||
|
Loading…
Reference in New Issue
Block a user