Commit 066b7b8f authored by Dietmar Maurer's avatar Dietmar Maurer

run pveupdate in the night between 2:00 and 6:00

parent a68bc52c
......@@ -51,7 +51,7 @@ case "$1" in
# create new daily randomize update cronjob if not exist
MIN="$(shuf -i 0-59 -n 1)"
HOUR="$(shuf -i 6-10 -n 1)"
HOUR="$(shuf -i 2-5 -n 1)"
echo "Create cron job for daily update"
cat <<EOF >/etc/cron.d/pveupdate
# automatically generated - do not edit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment