aboutsummaryrefslogtreecommitdiff
path: root/core/pause
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-12 10:53:38 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-12 10:53:38 +0100
commit03e617b64a446e6d63f6e92126766874f21b5352 (patch)
treec9aa314874056387a2ab2a477e52ab24fc98baf5 /core/pause
parentd59b4d2f4377613719785c2685ceff0a8a0f55ab (diff)
use file instead of folder to store state
Diffstat (limited to 'core/pause')
-rwxr-xr-xcore/pause4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pause b/core/pause
index 3037c1c..abba7ca 100755
--- a/core/pause
+++ b/core/pause
@@ -4,10 +4,10 @@
. "$core_path/lib"
. "$core_path/update"
-[ "$state" != 'running' ] && err "timer is not running"
+[ $running -eq 0 ] && err "timer is not running"
time="$(echo "$time - $now" | bc)"
-state='paused'
+running=0
save_state