Update 99-run.sh

This commit is contained in:
Alexandre
2023-05-24 14:47:52 +02:00
committed by GitHub
parent 13b007263b
commit f03802ec14

View File

@@ -41,4 +41,4 @@ bashio::log.info "Starting the app with arguments $CMD_ARGUMENTS"
echo " "
# shellcheck disable=SC2086
$CMD_ARGUMENTS || {node epic-games; node prime-gaming; node gog;}
$CMD_ARGUMENTS || { node epic-games; node prime-gaming; node gog; }