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