1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

README: EC2-USER --> EC2_USER

This commit is contained in:
Jake Buchholz 2019-06-03 22:00:58 -07:00 committed by Mike Crute
parent 3ceb90d1ff
commit 66c3babaf9

View File

@ -42,7 +42,7 @@ is a no-op. To force the script to run again at boot time remove the file
The default EC2 user is `alpine`; this can be overriden with a
`/etc/conf.d/tiny-ec2-bootstrap` containing...
```
EC2-USER="otheruser"
EC2_USER="otheruser"
```
The EC2 user *must* already exist in the AMI -- `tiny-ec2-bootstrap` will
**NOT** add the user automatically.