From d4a41df35b20d85ea8fd3a0bcb42d9a2d23a6945 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 17 Jun 2021 16:44:46 -0400 Subject: [PATCH] Fixed a bug in the -r (remove) functionality. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index cfdb3db..543ef74 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -467,7 +467,7 @@ game_removal() { wineExec="${wineExec##*\\}" # Confirm removal get_bottle "${game%|*}" - read -rp "To remove the wine bottle $bottle and all of its contents press enter. To cancel press control+c. " continue + read -rp "To remove the wine bottle \"${WINEPREFIX##*/}\" and all of its contents press enter. To cancel press control+c. " continue # kill any previous existing wineservers for this prefix in case they didn't shut down properly. WINEPREFIX="${HOME}/.local/wine/${bottle}" wineserver -k # remove the game