diff --git a/init b/init index 5507453..5e41ef7 100755 --- a/init +++ b/init @@ -136,7 +136,8 @@ if [ "${role}" = "app" -a -e artisan ]; then " fi - [ -e init-php.sh -a -x init-php.sh ] && su www-data -s /bin/sh "init-php.sh" & + set +e + [ -x init-php.sh ] && su www-data -s /bin/sh "init-php.sh" & exec /usr/local/bin/docker-php-entrypoint "$@"