From: Joerg Jaspert Date: Mon, 10 Jan 2011 21:48:58 +0000 (+0100) Subject: we need to wait for the background processes before the end of dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=3f769f874e2845e465f4076f2c489c4f3e4a4753;p=dak.git we need to wait for the background processes before the end of dinstall Signed-off-by: Joerg Jaspert --- diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index c5c123ad..c2a5b322 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/cron.dinstall @@ -405,6 +405,9 @@ stage $GO & # ) # stage $GO +# we need to wait for the background processes before the end of dinstall +wait + log "Daily cron scripts successful, all done" exec > "$logdir/afterdinstall.log" 2>&1