From adf66cb8c1c264d59bebe1ab8c099bf4374d3354 Mon Sep 17 00:00:00 2001 From: Alvise Bruniera Date: Thu, 29 May 2025 11:42:15 +0200 Subject: [PATCH] Quoted argoments in sftp heredoc --- deploy/sftp.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/sftp.sh b/deploy/sftp.sh index 2cd22d30..9ece92cb 100644 --- a/deploy/sftp.sh +++ b/deploy/sftp.sh @@ -118,10 +118,10 @@ sftp_deploy() { for _sftp_host in $_sftp_hosts ; do sftp "$_sftp_host"\ <