Unverified Commit d2a9d731 authored by neil's avatar neil Committed by GitHub
Browse files

Update ssh.sh

parent 3ce7d410
...@@ -170,7 +170,7 @@ ssh_deploy() { ...@@ -170,7 +170,7 @@ ssh_deploy() {
_info "Required commands batched and sent in single call to remote host" _info "Required commands batched and sent in single call to remote host"
fi fi
_deploy_ssh_servers=$DEPLOY_SSH_SERVER _deploy_ssh_servers="$DEPLOY_SSH_SERVER"
for DEPLOY_SSH_SERVER in $_deploy_ssh_servers; do for DEPLOY_SSH_SERVER in $_deploy_ssh_servers; do
_ssh_deploy _ssh_deploy
done done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment