Fail container on error in start.sh

This commit is contained in:
StefanSchoof 2018-07-02 11:45:39 +00:00
parent 9948388656
commit 4ff219b5b8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bash
set
set -e
bashCmd='bash -e'
if [ "${PH_VERBOSE:-0}" -gt 0 ] ; then