[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] we need to wait for the background processes before the end of dinstall



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/backports/cron.dinstall |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall
index c5c123a..c2a5b32 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
-- 
1.5.6.5



Reply to: