From: Torsten Werner Date: Sun, 2 Jan 2011 12:03:04 +0000 (+0100) Subject: wait for background processes at dinstall's end X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=aa727eb70e1cc93b10d7bbd315186600bd424998;hp=bd60878070f0ab4d7c808c0a5b6d047beab9f287;p=dak.git wait for background processes at dinstall's end Signed-off-by: Torsten Werner --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 2b219cda..e2dfe7c8 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -510,6 +510,9 @@ 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