Fix timer-auto-stop script
This commit is contained in:
parent
bc4ca19818
commit
4d29ac2036
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
timer_is_start()
|
timer_is_start()
|
||||||
{
|
{
|
||||||
if [ "$(timer)" = "NO TASKS" ]; then
|
if [ "$(timer current)" = "NO TASKS" ]; then
|
||||||
echo "off"
|
echo "off"
|
||||||
else
|
else
|
||||||
echo "on"
|
echo "on"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user