Update 99-run.sh

This commit is contained in:
Alexandre
2023-06-03 20:22:32 +02:00
committed by GitHub
parent a37d0f9064
commit dfec9aa281

View File

@@ -55,4 +55,6 @@ echo " "
# Add docker-entrypoint command
# shellcheck disable=SC2086
docker-entrypoint.sh $CMD_ARGUMENTS
docker-entrypoint.sh $CMD_ARGUMENTS || true
bashio::log.info "All actions concluded"