Update cron jobs and scripts.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-17 18:31:57 +01:00
commit e482a0eda1
4 changed files with 18 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Sleep for a couple of minutes to prevent a race condition with other cron jobs.
sleep 120
# Sleep for up to a couple of minutes to prevent a race condition with other cron jobs.
sleep $(( RANDOM % 120 ))
# Secure /var/log
shopt -s globstar