mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
fix: invalid syntax
This commit is contained in:
parent
1e2ee830a7
commit
aa2c1d8863
11
bin/winapps
11
bin/winapps
@ -48,13 +48,12 @@ if [ -z "${FREERDP_COMMAND}" ]; then
|
||||
then
|
||||
FREERDP_COMMAND="xfreerdp3"
|
||||
fi
|
||||
else
|
||||
if command -v $FREERDP_COMMAND &> /dev/null
|
||||
elif command -v $FREERDP_COMMAND &> /dev/null
|
||||
then
|
||||
dprint "Using custom freerdp command ${FREERDP_COMMAND}"
|
||||
else
|
||||
echo "You have supplied a custom FreeRDP command, but the command is not available."
|
||||
exit
|
||||
fi
|
||||
else
|
||||
echo "You have supplied a custom FreeRDP command, but the command is not available."
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ -z "${RDP_IP}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user