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