Also store child pid
This commit is contained in:
parent
ca1c53edfd
commit
d6bb02da66
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user