From b5ad1a33bc44f066eba69b4d0f22aeebd88df080 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 16 Jan 2022 20:21:10 -0500 Subject: [PATCH] Fixed another bug in swamp update script. --- game-scripts/swamp-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-scripts/swamp-update.sh b/game-scripts/swamp-update.sh index c823bff..d482b3c 100755 --- a/game-scripts/swamp-update.sh +++ b/game-scripts/swamp-update.sh @@ -52,7 +52,7 @@ sleep 3 # Download and extract updates for i in "${updateFiles[@]}" ; do - wget -O "${cache}/$i" "${url}/$i" + wget -O "${cache}/$i" "${updateURL}/$i" unzip -d ~/".local/wine/swamp/drive_c/Program Files/swamp" "${cache}/${i}" done | dialog --progressbox "Updating Swamp, please wait..." -1 -1