diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index cf75c0cc7..05076bf6e 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -72,7 +72,7 @@ do bashio::log.info "Starting the app with arguments \"$val\"" echo " " # shellcheck disable=SC2086 - echo "$val" | xargs docker-entrypoint.sh + echo "$val" | xargs docker-entrypoint.sh || true done bashio::log.info "All actions concluded, addon will stop in 10 seconds"