fix: wait for background tasks
This commit is contained in:
parent
b3cfc49394
commit
9738ad5120
2 changed files with 6 additions and 0 deletions
|
@ -50,3 +50,6 @@ for d in */; do
|
|||
done
|
||||
|
||||
cd ../
|
||||
|
||||
# wait for background tasks to complete
|
||||
wait $(jobs -p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue