[pve-devel] [Patch manager] Fix the remaining comment.
    Wolfgang Link 
    w.link at proxmox.com
       
    Wed Feb  7 13:21:47 CET 2018
    
    
  
---
 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
    
    
More information about the pve-devel
mailing list