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