From aa727eb70e1cc93b10d7bbd315186600bd424998 Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Sun, 2 Jan 2011 13:03:04 +0100 Subject: [PATCH] wait for background processes at dinstall's end Signed-off-by: Torsten Werner --- config/debian/cron.dinstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 2b219cda..e2dfe7c8 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 -- 2.39.2