Fixed validation code so that things can actually pass validation and work.

This commit is contained in:
Storm Dragon 2024-12-23 01:47:03 -05:00
parent 1450bbc012
commit 9cc15db76e

View File

@ -329,7 +329,7 @@ download() {
fi
;;
esac
if [[ $downloadError -eq 0 ]]; then
if [[ $downloadError -ne 0 ]]; then
rm -fv "${cache}/${dest}"
dialog --backtitle "Audio Game Manager" \
--infobox "Error downloading \"${dest}\". Installation cannot continue." -1 -1 --stdout