浏览代码

Update ssh.sh

neil 3 年之前
父节点
当前提交
d2a9d731ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/ssh.sh

+ 1 - 1
deploy/ssh.sh

@@ -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