Update ssh.sh

This commit is contained in:
neil 2022-05-24 22:25:44 +08:00 committed by GitHub
parent 3ce7d410c8
commit d2a9d731ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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