From 8120df212a3eaec853e2a4d8116b98f613a83bfa Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Tue, 16 Jul 2024 18:49:31 +1000 Subject: [PATCH] Undo erroneous change to bin/winapps. --- bin/winapps | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index 980bcb2..6890ae7 100755 --- a/bin/winapps +++ b/bin/winapps @@ -120,7 +120,6 @@ elif [ "$1" = "manual" ]; then "/app:program:${2}" "/v:${RDP_IP}" ) - echo "${COMMAND[@]}" # Run the command in the background, redirecting both stdout and stderr to /dev/null "${COMMAND[@]}" 1>/dev/null 2>&1 & elif [ "$1" != "install" ]; then