aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2019-06-03 22:00:58 -0700
committerMike Crute <mike@crute.us>2019-07-05 12:52:57 -0700
commit66c3babaf9a5e0186bb58e4acc1e6282b5a78adb (patch)
tree92d07216b5282911010354fcbd182e785d788a3a
parent3ceb90d1ffdce6c878cb0afcdfe76a9f4cc4cc79 (diff)
downloadtiny-ec2-bootstrap-66c3babaf9a5e0186bb58e4acc1e6282b5a78adb.tar.bz2
tiny-ec2-bootstrap-66c3babaf9a5e0186bb58e4acc1e6282b5a78adb.tar.xz
tiny-ec2-bootstrap-66c3babaf9a5e0186bb58e4acc1e6282b5a78adb.zip
README: EC2-USER --> EC2_USER
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91df54c..41c184a 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ is a no-op. To force the script to run again at boot time remove the file
42The default EC2 user is `alpine`; this can be overriden with a 42The default EC2 user is `alpine`; this can be overriden with a
43`/etc/conf.d/tiny-ec2-bootstrap` containing... 43`/etc/conf.d/tiny-ec2-bootstrap` containing...
44``` 44```
45EC2-USER="otheruser" 45EC2_USER="otheruser"
46``` 46```
47The EC2 user *must* already exist in the AMI -- `tiny-ec2-bootstrap` will 47The EC2 user *must* already exist in the AMI -- `tiny-ec2-bootstrap` will
48**NOT** add the user automatically. 48**NOT** add the user automatically.