Update cron jobs and scripts.
This commit is contained in:
parent
5531de0f11
commit
e482a0eda1
4 changed files with 18 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue