From 4e7328d94df9a78b0ce2da9c13347bf82b7b0fcd Mon Sep 17 00:00:00 2001 From: draconicSeamstress Date: Thu, 20 Mar 2025 23:39:41 -0700 Subject: [PATCH] removed sets of quotes in line 1049 that broke functionality and gave a constant error 14 when running setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 063060f..f1c6813 100755 --- a/setup.sh +++ b/setup.sh @@ -1046,7 +1046,7 @@ function waCheckRDPAccess() { +home-drive \ -wallpaper \ +dynamic-resolution \ - /app:program:"C:\Windows\System32\cmd.exe",cmd:"/C type NUL > "$TEST_PATH_WIN" && tsdiscon" \ + /app:program:"C:\Windows\System32\cmd.exe",cmd:"/C type NUL > $TEST_PATH_WIN && tsdiscon" \ /v:"$RDP_IP" &>"$FREERDP_LOG" & # Store the FreeRDP process ID.