From 3bbf6fb5f107b67263130b6583876bb377d07536 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Sun, 28 Jul 2024 22:58:05 +1000 Subject: [PATCH] Removed stray space. --- bin/winapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index d6a86ea..997c088 100755 --- a/bin/winapps +++ b/bin/winapps @@ -606,7 +606,7 @@ function waRunCommand() { wait $FREERDP_PID # Remove the file with the process ID. - rm "${APPDATA_PATH}/FreeRDP_Process_${FREERDP_PID}.cproc" &>/dev/null + rm "${APPDATA_PATH}/FreeRDP_Process_${FREERDP_PID}.cproc" &>/dev/null fi }