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