From 3fa540eb852b46a687714b260da7c37f1eed6c2c Mon Sep 17 00:00:00 2001 From: olli <> Date: Mon, 19 Aug 2024 22:25:38 +0200 Subject: [PATCH] notify ssh multiple args --- basics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.yml b/basics.yml index 1f03d86..7ad689a 100644 --- a/basics.yml +++ b/basics.yml @@ -709,7 +709,7 @@ then opts=$SSH_ORIGINAL_COMMAND unset SSH_ORIGINAL_COMMAND - eval /usr/bin/bash $(printf '/usr/local/bin/notify.sh %q' "$opts" | sed 's#\\\\##g; s# \\ # #g; s# \\ # #g') + eval /usr/bin/bash $(printf '/usr/local/bin/notify.sh %q' "$opts" | sed 's#\\\\##g; s# \\ # #g; s# \\ # #g; s#\\ -# -#g') exit $? fi