mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-30 21:14:24 +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"
|
echo -e "specified Game ${game} not recognized"
|
||||||
exit 9
|
continue
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user