Fixed a bug that would return an error code with use of the -t flag.

This commit is contained in:
Storm Dragon 2022-03-15 02:16:52 -04:00
parent 3cd97dc044
commit 3edc93eb0b

View File

@ -352,6 +352,7 @@ while getopts "${args}" i ; do
t)
dialog --backtitle "Linux Game Manager" \
--infobox "There are currently ${#gameList[@]} games available." -1 -1
exit 0
;;
esac
done