X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=8813d519fa1c42a98eff79db75c06deda3702929;hb=eb8a90c9ba12160360bec81561013150760eef24;hp=d8a69d62de4478af48045c1ad2c4b0fa368993ec;hpb=d7bdf461c9c5cdc1d5502917f5b306237f65ed83;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index d8a69d62..8813d519 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -65,14 +65,14 @@ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X) echo "Doing automated p-u-new processing" cd $queuedir/p-u-new date -u -R >> REPORT -dak process-new -a -C COMMENTS >> REPORT +dak process-new -a -C COMMENTS >> REPORT || true echo >> REPORT TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X) echo "Doing automated o-p-u-new processing" cd $queuedir/o-p-u-new date -u -R >> REPORT -dak process-new -a -C COMMENTS >> REPORT +dak process-new -a -C COMMENTS >> REPORT || true echo >> REPORT ################################################################################