Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 75dc3f3

Browse files
Clinton Blackburnclintonb
authored andcommitted
Waiting for forked processes when provisioning
1 parent 0a320fe commit 75dc3f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

provision.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ do
9898
done
9999

100100
# Save the longest for last...
101-
time docker exec -t edx.devstack.edxapp bash -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform && paver update_assets --settings devstack_docker'
101+
docker exec -t edx.devstack.edxapp bash -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform && paver update_assets --settings devstack_docker'
102+
103+
# Wait for all of the forked processes to exit
104+
wait
102105

103106
echo -e "${GREEN}Provisioning complete!${NC}"

0 commit comments

Comments
 (0)