minor improvement
authorIan Kelling <ian@iankelling.org>
Tue, 12 Nov 2024 08:27:14 +0000 (03:27 -0500)
committerIan Kelling <ian@iankelling.org>
Tue, 12 Nov 2024 08:27:14 +0000 (03:27 -0500)
system-status

index 90a2ebd46daaeca42bf751650401fa25fc79f87c..95cf0c05b31062c3ddae40adf322570647d5e99c 100755 (executable)
@@ -359,9 +359,9 @@ write-status() {
       if [[ -e $f ]]; then
         now=$EPOCHSECONDS
         fsec=$(stat -c%Y $f)
-        # the / 60 makes it 0-59 seconds less strict, +2 to help make sure we
+        # the / 60 makes it 0-59 seconds less strict, +1 to help make sure we
         # dont have any false positives.
-        fmin=$(( (fsec - now + 2 ) / 60 ))
+        fmin=$(( (fsec - now + 1 ) / 60 ))
         fminplus=$(( fmin + 60*24 ))
         # Filesystem files get copied, so find any newer than the last run.
         # The rest are hueristics: