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://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa727eb70e1cc93b10d7bbd315186600bd424998;p=dak 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