Fix copy-paste-o: "su - postgres" to become postgres
authorDan Scott <dscott@laurentian.ca>
Wed, 5 Oct 2011 20:30:54 +0000 (16:30 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 5 Oct 2011 20:30:54 +0000 (16:30 -0400)
Thanks to sal_ in IRC who caught this nugget!

Signed-off-by: Dan Scott <dscott@laurentian.ca>

README

diff --git a/README b/README
index d0f8b2e..bd1a6cb 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ follows:
        issuing the `su - opensrf` command.
     ** The *postgres* Linux account is created automatically when you install
        the PostgreSQL database server. You can switch to this account from the
-       *root* account by issuing the `su - opensrf` command.
+       *root* account by issuing the `su - postgres` command.
   * PostgreSQL user accounts:
     ** The *evergreen* PostgreSQL account is a superuser account that you will
        create to connect to the PostgreSQL database server.