mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 04:36:29 +00:00
remove unnecessary hint about cronjob
This commit is contained in:
parent
e1f0dcce35
commit
0deec38780
1
debian/postinst
vendored
1
debian/postinst
vendored
@ -52,7 +52,6 @@ case "$1" in
|
||||
# create new daily randomize update cronjob if not exist
|
||||
MIN="$(shuf -i 0-59 -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
|
||||
${MIN} ${HOUR} * * * root /usr/bin/pveupdate
|
||||
|
Loading…
Reference in New Issue
Block a user