#!/usr/bin/with-contenv bash set -e bashCmd='bash -e' if [ "${PH_VERBOSE:-0}" -gt 0 ] ; then set -x ; bashCmd='bash -e -x' fi $bashCmd /start.sh