Update 99-run.sh

This commit is contained in:
Alexandre
2023-05-25 14:20:40 +02:00
committed by GitHub
parent 2fa3911ec9
commit c5e49deb61

View File

@@ -38,5 +38,8 @@ echo " "
bashio::log.info "Starting the app with arguments $CMD_ARGUMENTS"
echo " "
sed -i '$d' docker-entrypoint.sh
./docker-entrypoint.sh
# shellcheck disable=SC2086
docker-entrypoint.sh $CMD_ARGUMENTS
$CMD_ARGUMENTS