This commit is contained in:
committer
2024-05-26 19:01:16 -05:00
parent acc2a29804
commit 4d3fd7bf7b

View File

@@ -84,9 +84,10 @@ rshift() {
if [ -f "${temperature_file}" ] ; then
temperature=$(cat /tmp/temperature.txt)
else
temperature=n/a
temperature=?
fi
echo "${temperature}K"
exit 1
elif
[ ${cmd} == "disable" ] ||
[ ${cmd} == "off" ] ; then