aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.