From 3f769f874e2845e465f4076f2c489c4f3e4a4753 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 10 Jan 2011 22:48:58 +0100 Subject: [PATCH] we need to wait for the background processes before the end of dinstall Signed-off-by: Joerg Jaspert --- config/backports/cron.dinstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index c5c123ad..c2a5b322 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 -- 2.39.2