From: neil Date: Tue, 24 May 2022 14:25:44 +0000 (+0800) Subject: Update ssh.sh X-Git-Tag: 3.0.6~10^2~22^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d2a9d731edbc5d6dcfc434560ba605bef9039ed2;p=mirror_acme.sh.git Update ssh.sh --- diff --git a/deploy/ssh.sh b/deploy/ssh.sh index 1aed7d3e..c66e2e19 100644 --- a/deploy/ssh.sh +++ b/deploy/ssh.sh @@ -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