X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian-security%2Fcron.unchecked;h=d8ae45342bd82971a3c95d4e0198b3801d06b2a6;hb=e13fd3c48245d48b0335649d294aacaee666bab5;hp=eea530b445cb1c36342927bd91bf512eb5c5ff5f;hpb=57955c99aafd66ecc236f42506c94a21dbd9db15;p=dak.git diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked index eea530b4..d8ae4534 100755 --- a/config/debian-security/cron.unchecked +++ b/config/debian-security/cron.unchecked @@ -61,9 +61,9 @@ if [ -n "$changes" ]; then dak process-upload -a -d "$disembargo" >> $reportdis fi -if ! $doanything; then - echo "$timestamp": Nothing to do >> $report - exit 0 +if [ "${doanything}" = "false" ] && [ "${dopolicy}" = "false" ]; then + echo "$timestamp": Nothing to do >> $report + exit 0 fi dak manage-build-queues -a