Fixed validation code so that things can actually pass validation and work.
This commit is contained in:
parent
1450bbc012
commit
9cc15db76e
@ -329,7 +329,7 @@ download() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if [[ $downloadError -eq 0 ]]; then
|
if [[ $downloadError -ne 0 ]]; then
|
||||||
rm -fv "${cache}/${dest}"
|
rm -fv "${cache}/${dest}"
|
||||||
dialog --backtitle "Audio Game Manager" \
|
dialog --backtitle "Audio Game Manager" \
|
||||||
--infobox "Error downloading \"${dest}\". Installation cannot continue." -1 -1 --stdout
|
--infobox "Error downloading \"${dest}\". Installation cannot continue." -1 -1 --stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user