Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct entrypoint.sh causing bootloop in some cases (#1628)
* Correct bootloop in some cases. Lines "kill -15 $SUPERVISOR_PID" then "wait $SUPERVISOR_PID" may fail if process is killed sufficiently fast. Command "ps -p" ensure process is still here before waiting to its state to change. * Less output
- Loading branch information