]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
wait for background processes at dinstall's end
[dak.git] / config / debian / cron.dinstall
index 2b219cdaa113ad9fd0501bd37d65db7946783d8f..e2dfe7c805e01af3a6ca3573b9996298ddf90464 100755 (executable)
@@ -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