From f176afd66536a3189d358ea0b6a1ee877e0efcb0 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 10 Sep 2024 02:22:07 -0400 Subject: [PATCH] Fixed a small error with file type checking code. --- linux-game-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 849a2cf..133b1d6 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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