projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd60878
)
wait for background processes at dinstall's end
author
Torsten Werner
<twerner@debian.org>
Sun, 2 Jan 2011 12:03:04 +0000
(13:03 +0100)
committer
Torsten Werner
<twerner@debian.org>
Sun, 2 Jan 2011 12:03:04 +0000
(13:03 +0100)
Signed-off-by: Torsten Werner <twerner@debian.org>
config/debian/cron.dinstall
patch
|
blob
|
history
diff --git
a/config/debian/cron.dinstall
b/config/debian/cron.dinstall
index 2b219cdaa113ad9fd0501bd37d65db7946783d8f..e2dfe7c805e01af3a6ca3573b9996298ddf90464 100755
(executable)
--- 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