X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=0699846607b974c6a45d0f95103e374c5a04c276;hb=4b0e82d35e866d703400124fe1a8d5db308ed162;hp=6c28e21cb5247f781a851b6e86837cc17665f264;hpb=903c9d56e9a495c830be585a921c0fcd139c8cb6;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 6c28e21c..06998466 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -17,7 +17,7 @@ dak graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir/s # do not run show-new and other stuff in parallel LOCKFILE="$lockdir/unchecked.lock" if lockfile -r16 $LOCKFILE 2> /dev/null; then - dak show-new > /dev/null + dak show-new > /dev/null || true rm -f $LOCKFILE fi