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

@ -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 "$@"
#################################################