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