Undo erroneous change to bin/winapps.

This commit is contained in:
Rohan Barar 2024-07-16 18:49:31 +10:00
parent 2ed89bcead
commit 8120df212a

View File

@ -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