]> git.decadent.org.uk Git - dak.git/commitdiff
we need to wait for the background processes before the end of dinstall
authorJoerg Jaspert <joerg@debian.org>
Mon, 10 Jan 2011 21:48:58 +0000 (22:48 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 10 Jan 2011 21:48:58 +0000 (22:48 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/cron.dinstall

index c5c123adfb61655139a600275a726f9b3e0c9fef..c2a5b32298345fee2dcd05c10af918fdf97a5b46 100755 (executable)
@@ -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