From 0deec38780e6f2e61eb50872beb45ac56aeee433 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 6 Sep 2015 10:33:54 +0200 Subject: [PATCH] remove unnecessary hint about cronjob --- debian/postinst | 1 - 1 file changed, 1 deletion(-) 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