u
This commit is contained in:
@@ -83,10 +83,10 @@ rshift() {
|
||||
[ ${cmd} == "display" ] ; then
|
||||
if [ -f "${temperature_file}" ] ; then
|
||||
temperature=$(cat /tmp/temperature.txt)
|
||||
echo "${temperature}K"
|
||||
else
|
||||
temperature=?
|
||||
echo "unknown temperature value"
|
||||
fi
|
||||
echo "${temperature}K"
|
||||
return 1
|
||||
elif
|
||||
[ ${cmd} == "disable" ] ||
|
||||
|
||||
Reference in New Issue
Block a user