Alexandre
2023-05-26 11:10:22 +02:00
committed by GitHub
parent 32e8fb15e9
commit faf48f35e3

View File

@@ -31,13 +31,15 @@ source "$CONFIG_HOME"/config.env
# Launch App # # Launch App #
############## ##############
# Go to folder
cd /data || true cd /data || true
# Fetch commands
CMD_ARGUMENTS="$(bashio::config "CMD_ARGUMENTS")" CMD_ARGUMENTS="$(bashio::config "CMD_ARGUMENTS")"
echo " " echo " "
bashio::log.info "Starting the app with arguments $CMD_ARGUMENTS" bashio::log.info "Starting the app with arguments $CMD_ARGUMENTS"
echo " " echo " "
# shellcheck disable=SC2086 # Add docker-entrypoint command
docker-entrypoint.sh $CMD_ARGUMENTS eval "${AZE//node/docker-entrypoint.sh node}"