Fixed a bug in a dialog statement.

This commit is contained in:
Storm Dragon 2022-11-05 16:49:16 -04:00
parent b2aaf7cdd8
commit e89c20daad

View File

@ -539,7 +539,7 @@ case "${game}" in
sed -i 's/Mouse1=+attack/Control+=attack/' "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/gzdoom.ini"
else
dialog --backtitle "Linux Game Manager" \
--msgbox "Unable to extract files to ${doomPath}. Please extract ${cache}/Toby Acc Mod V5-1 Update Fix.zip manually."
--msgbox "Unable to extract files to ${doomPath}. Please extract ${cache}/Toby Acc Mod V5-1 Update Fix.zip manually." -1 -1 --stdout
exit 1
fi
fi