mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-28 03:54:22 +01:00
don't exit on unknown games, instead continue with the next one (auto-stop on last or after only one specified)
This commit is contained in:
parent
5a78f0e44d
commit
824f75d912
@ -232,7 +232,7 @@ for game in ${GAME[@]}; do
|
||||
|
||||
* )
|
||||
echo -e "specified Game ${game} not recognized"
|
||||
exit 9
|
||||
continue
|
||||
;;
|
||||
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user