we probably should actually stop trying to execute this if the command is not found

This commit is contained in:
Sebastien Bürky 2024-05-05 15:34:59 +02:00
parent 0225a9cf01
commit 1e2ee830a7

View File

@ -53,6 +53,7 @@ else
dprint "Using custom freerdp command ${FREERDP_COMMAND}"
else
echo "You have supplied a custom FreeRDP command, but the command is not available."
exit
fi
fi