Use bash instead of sh
This commit is contained in:
parent
06c6152085
commit
b1a333ea4d
2
init
2
init
@ -137,7 +137,7 @@ if [ "${role}" = "app" -a -e artisan ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
[ -x init-php.sh ] && su www-data -s /bin/sh "init-php.sh" &
|
[ -x init-php.sh ] && su www-data -s /bin/bash "init-php.sh" &
|
||||||
|
|
||||||
exec /usr/local/bin/docker-php-entrypoint "$@"
|
exec /usr/local/bin/docker-php-entrypoint "$@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user