Fixed a small error with file type checking code.

This commit is contained in:
Storm Dragon 2024-09-10 02:22:07 -04:00
parent 2186ce7125
commit f176afd665

View File

@ -211,6 +211,7 @@ download() {
dialog --backtitle "Linux Game Manager" \
--infobox "Error downloading \"${dest}\". Installation cannot continue." -1 -1 --stdout
alert
exit 1
fi
;;
esac