mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-13 09:28:22 +01:00
Update check-cpu-temp.ps1
This commit is contained in:
parent
424629ef94
commit
4f95388537
@ -11,7 +11,7 @@ try {
|
||||
$Temp = get-content "/sys/class/thermal/thermal_zone0/temp"
|
||||
$Temp = $Temp / 1000.0
|
||||
} else {
|
||||
write-warning "No CPU temperature retrieved"
|
||||
write-warning "No CPU temperature available"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user