Also store child pid

This commit is contained in:
Brian Duggan 2018-06-18 11:35:22 -04:00
parent ca1c53edfd
commit d6bb02da66

View File

@ -15,4 +15,7 @@ set -e
cd "$(dirname "${0}")/.." cd "$(dirname "${0}")/.."
# Launch the app # Launch the app
pipenv run python app.py ${@} pipenv run python app.py ${@} &
child=$!
wait $child