From 824f75d9127436a8a51035c39d04f19255b225c9 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 6 Aug 2016 21:43:45 +0200 Subject: [PATCH] don't exit on unknown games, instead continue with the next one (auto-stop on last or after only one specified) --- patchimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchimage.sh b/patchimage.sh index c60d9cd..8915c43 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -232,7 +232,7 @@ for game in ${GAME[@]}; do * ) echo -e "specified Game ${game} not recognized" - exit 9 + continue ;; esac