mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
Undo erroneous change to bin/winapps.
This commit is contained in:
@@ -120,7 +120,6 @@ elif [ "$1" = "manual" ]; then
|
|||||||
"/app:program:${2}"
|
"/app:program:${2}"
|
||||||
"/v:${RDP_IP}"
|
"/v:${RDP_IP}"
|
||||||
)
|
)
|
||||||
echo "${COMMAND[@]}"
|
|
||||||
# Run the command in the background, redirecting both stdout and stderr to /dev/null
|
# Run the command in the background, redirecting both stdout and stderr to /dev/null
|
||||||
"${COMMAND[@]}" 1>/dev/null 2>&1 &
|
"${COMMAND[@]}" 1>/dev/null 2>&1 &
|
||||||
elif [ "$1" != "install" ]; then
|
elif [ "$1" != "install" ]; then
|
||||||
|
Reference in New Issue
Block a user