From 1e2ee830a7f5b5f0eead48d8dbcf5ddb9ad8eb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastien=20B=C3=BCrky?= Date: Sun, 5 May 2024 15:34:59 +0200 Subject: [PATCH] we probably should actually stop trying to execute this if the command is not found --- bin/winapps | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/winapps b/bin/winapps index cf4a52b..0500cff 100755 --- a/bin/winapps +++ b/bin/winapps @@ -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