Fixed docker entrypoint command execution

This commit is contained in:
Alexey Pustovalov
2019-10-03 18:16:08 +03:00
parent df44f84b89
commit 7fb5abe44f
8 changed files with 40 additions and 27 deletions

View File

@ -267,11 +267,10 @@ prepare_web() {
#################################################
prepare_web
if [ "$1" == '/usr/sbin/httpd' ]; then
prepare_web
fi
echo "########################################################"
echo "** Executing '$@'"
exec "$@"
#################################################