Making the EOF loop run

pull/709/head
Jesse Millar 2020-01-08 16:47:34 -06:00 committed by GitHub
parent 0bc042cb97
commit bb144509cb
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} HostName ${EXTERNAL_IP}
IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_rsa
ServerAliveInterval 120 ServerAliveInterval 120
EOF EOF
done done
``` ```