summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcomputer-time-limit1
1 files changed, 1 insertions, 0 deletions
diff --git a/computer-time-limit b/computer-time-limit
index 91b8bce..7732728 100755
--- a/computer-time-limit
+++ b/computer-time-limit
@@ -138,5 +138,6 @@ while true; do
sende_msg stop "${key}" >/dev/null
fi
done
+ [ ${noch} -lt 0 ] && noch=0
sleep $((15 + ((noch + 15) % 30)))
done