Update 99-run.sh

This commit is contained in:
Alexandre
2023-05-26 17:47:44 +02:00
committed by GitHub
parent aa0530c3cd
commit 5753c2a6dc

View File

@@ -43,4 +43,5 @@ bashio::log.info "Starting the app with arguments $CMD_ARGUMENTS"
echo " "
# Add docker-entrypoint command
eval "${CMD_ARGUMENTS//node/docker-entrypoint.sh node}"
# shellcheck disable=SC2086
docker-entrypoint.sh $CMD_ARGUMENTS