Merge pull request #15 from jessemillar/patch-1

Making the EOF loop run
pull/709/head
Xander Grzywinski 2020-08-20 08:01:55 -07:00 committed by GitHub
commit b274b5be1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ for instance in controller-0 controller-1 controller-2 worker-0 worker-1 worker-
HostName ${EXTERNAL_IP}
IdentityFile ~/.ssh/id_rsa
ServerAliveInterval 120
EOF
EOF
done
```