mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Fixed docker entrypoint command execution
This commit is contained in:
@ -285,11 +285,10 @@ prepare_web() {
|
||||
|
||||
#################################################
|
||||
|
||||
prepare_web
|
||||
if [ "$1" == '/usr/sbin/httpd' ]; then
|
||||
prepare_web
|
||||
fi
|
||||
|
||||
echo "########################################################"
|
||||
|
||||
echo "** Executing '$@'"
|
||||
exec "$@"
|
||||
|
||||
#################################################
|
||||
|
Reference in New Issue
Block a user