From a1bae69d54bfebbdb99c4beb644ebc755a75da24 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 12 Mar 2024 19:44:04 +0100 Subject: add some example plugins --- core/update | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/update') diff --git a/core/update b/core/update index 686def2..6844114 100644 --- a/core/update +++ b/core/update @@ -38,9 +38,6 @@ if [ $running -eq 1 ] && [ "${remaining#-}" != "${remaining}" ] ; then update_time=1 fi -# update remaining time if in reset -[ $lap -eq 0 ] && [ $time = '0' ] && update_time=1 - if [ $update_time -eq 1 ] ; then # skip_libraries is used to prevent endless loop (see top of this file) time=$(skip_libraries=y "$prog" lap $lap) -- cgit v1.2.3