Make sure wine is set to something for game removal function. Added game "Soulblaze"
This commit is contained in:
@ -782,6 +782,7 @@ game_installer() {
|
||||
|
||||
# remove games
|
||||
game_removal() {
|
||||
wine="${wine:-wine}"
|
||||
mapfile -t lines < <(sed -e '/^$/d' -e '/^[[:space:]]*#/d' "${configFile}" 2> /dev/null)
|
||||
if [[ ${#lines} -eq 0 ]]; then
|
||||
echo "No games found."
|
||||
|
Reference in New Issue
Block a user