diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f610a16..eeaf795 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -465,6 +465,8 @@ game_removal() { local wineExec="${game#*|}" wineExec="${wineExec%|*}" wineExec="${wineExec##*\\}" + # Confirm removal + read -rp "To remove the wine bottle ${game%|*} 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/${game%|*}" wineserver -k # remove the game