]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/cron.dinstall
Merge branch 'master' into dbtests
[dak.git] / config / backports / cron.dinstall
index ab171f43504a95ad9ec4ca5accb6bbb18c3aa77e..c2a5b32298345fee2dcd05c10af918fdf97a5b46 100755 (executable)
@@ -363,14 +363,6 @@ GO=(
 )
 stage $GO &
 
-GO=(
-    FUNC="reports"
-    TIME="reports"
-    ARGS=""
-    ERR=""
-)
-stage $GO &
-
 # GO=(
 #     FUNC="dm"
 #     TIME=""
@@ -413,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