diff --git a/config/crowdsec.cron.daily b/config/crowdsec.cron.daily index 9c488d298..6b419a8b4 100644 --- a/config/crowdsec.cron.daily +++ b/config/crowdsec.cron.daily @@ -5,7 +5,7 @@ test -x /usr/bin/cscli || exit 0 # splay hub upgrade and crowdsec reload sleep "$(seq 1 300 | shuf -n 1)" -/usr/bin/cscli --error hub update +/usr/bin/cscli --error hub update >/dev/null upgraded=$(/usr/bin/cscli --error hub upgrade) if [ -n "$upgraded" ]; then