Update 99-run.sh

This commit is contained in:
Alexandre
2023-05-24 20:18:51 +02:00
committed by GitHub
parent 735c228ab4
commit 40df88ee92

View File

@@ -38,5 +38,7 @@ echo " "
bashio::log.info "Starting the app with arguments $CMD_ARGUMENTS"
echo " "
/./usr/local/bin/docker-entrypoint.sh
# shellcheck disable=SC2086
$CMD_ARGUMENTS || { node epic-games; node prime-gaming; node gog; }