- #!/bin/bash -e
- user_name=ec2-user
- ## This wrapper file re-uses scripts in the /modules/runners/templates directory
- ## of this repo. These are the same that are used by the user_data functionality
- ## to bootstrap the instance if it is started from an existing AMI.
- ${install_runner}
|