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

[dak/master] wait for background processes at dinstall's end



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 config/debian/cron.dinstall |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 2b219cd..e2dfe7c 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
-- 
1.5.6.5


Reply to: