Making the EOF loop run

This commit is contained in:
Jesse Millar
2020-01-08 16:47:34 -06:00
committed by GitHub
parent 0bc042cb97
commit bb144509cb

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