Update runShell.sh

This commit is contained in:
SpudGunMan
2024-12-23 12:18:26 -08:00
parent f7187fdf27
commit b05a817769
+2 -2
View File
@@ -17,8 +17,8 @@ then
# temp in fahrenheit
tempf=$(echo "scale=2; $temp * 9 / 5 + 32" | bc)
else
temp="N/A"
tempf="N/A"
temp=$(paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp))
tempf=$(echo "scale=2; $temp * 9 / 5 + 32" | bc)
fi