summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcomputer-time-limit2
1 files changed, 1 insertions, 1 deletions
diff --git a/computer-time-limit b/computer-time-limit
index 93feb43..3e38282 100755
--- a/computer-time-limit
+++ b/computer-time-limit
@@ -110,6 +110,6 @@ noch=0
ab=$(date +%s)
while still_logged_in; do
- sleep 1
+ sleep $((15 + ((noch + 15) % 30)))
check_time
done