u
This commit is contained in:
@@ -80,7 +80,9 @@ rshift() {
|
||||
if [ ${cmd} == "info" ] ; then
|
||||
echo "{morning, day, evening, night, bedtime}"
|
||||
return 1
|
||||
elif [ ${cmd} == "show" ] ||
|
||||
elif
|
||||
[ ${cmd} == "status" ] ||
|
||||
[ ${cmd} == "show" ] ||
|
||||
[ ${cmd} == "display" ] ; then
|
||||
if [ -f "${temperature_file}" ] ; then
|
||||
temperature=$(cat /tmp/temperature.txt)
|
||||
|
||||
Reference in New Issue
Block a user