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