---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 23355ebd..f67ff8ea 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -54,7 +54,7 @@ case "$1" in
     rm -f /etc/init.d/pvenetcommit
     rm -f /etc/init.d/pve-manager
 
-    # create new daily randomize update cronjob if not exist
+    # randomize daily cronjob for pveupdate to prevent update storm.
     MIN="$(shuf -i 0-59 -n 1)"
     HOUR="$(shuf -i 2-5 -n 1)"
     cat <<EOF >/etc/cron.d/pveupdate
-- 
2.11.0


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to