diff options
Diffstat (limited to 'core/reset')
-rwxr-xr-x | core/reset | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,9 +2,11 @@ [ "$1" = "info" ] && echo "reset the timer and lap counter" && exit 2 lap=0 -state='reset' +running=0 update_time=1 +original_state='foo' # prevent loading of state on disk + . "$core_path/update" save_state |