From 7a75a9073b3ebcf51ad544429f8e3fe22113e3c4 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:58:22 -0400 Subject: [PATCH] Fix redirect --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index cdd3f19..e27e0df 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2706,7 +2706,7 @@ install_game_wine() { # Create the new prefix and install powershell export WINEPREFIX="$install_dir" debug_print continue "Preparing the wine prefix. Please wait; this will take a moment..." - "$winetricks_bin" -q arial tahoma dxvk powershell win11 >>"$tmp_install_log" 2>&1 + "$winetricks_bin" -q arial tahoma dxvk powershell win11 >"$tmp_install_log" 2>&1 if [ "$?" -eq 1 ]; then if message question "Wine prefix creation failed. Aborting installation.\nThe install log was written to\n$tmp_install_log\n\nDo you want to delete\n${install_dir}?"; then