]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Update ssh.sh
authorneil <github@neilpang.com>
Tue, 24 May 2022 14:25:44 +0000 (22:25 +0800)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 14:25:44 +0000 (22:25 +0800)
deploy/ssh.sh

index 1aed7d3e17e75ad385dc4b514257f7baaee60786..c66e2e19a759d3b4a115c61d6b27c620b44efa1f 100644 (file)
@@ -170,7 +170,7 @@ ssh_deploy() {
     _info "Required commands batched and sent in single call to remote host"
   fi
 
-  _deploy_ssh_servers=$DEPLOY_SSH_SERVER
+  _deploy_ssh_servers="$DEPLOY_SSH_SERVER"
   for DEPLOY_SSH_SERVER in $_deploy_ssh_servers; do
     _ssh_deploy
   done