diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-23 09:19:54 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-23 09:19:54 -0700 |
commit | 009e40834c70c0e0b430552d37880a04be327465 (patch) | |
tree | 58ff863d39e021f45abc94b8ea1b5f525cbb47cc /scripts | |
parent | 545cbb2c82306872af4a227fd4fc7088da8e9a8c (diff) |
pwgen not pwdgen
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setup.cfg.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup.cfg.sample b/scripts/setup.cfg.sample index 72e6a21af..dd3c2705f 100644 --- a/scripts/setup.cfg.sample +++ b/scripts/setup.cfg.sample @@ -9,5 +9,5 @@ export ADMIN=root export ADMINPASS=yourpassword export SITEDB=example_net_site export AVATARBASE=/var/www/avatar.example.net -export PWDGEN="pwdgen 20" +export PWDGEN="pwgen 20" |