diff --git a/debian/postinst b/debian/postinst index 9fc9254d..4610ca43 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 </etc/cron.d/pveupdate # automatically generated - do not edit ${MIN} ${HOUR} * * * root /usr/bin/pveupdate