From: Dan Scott Date: Wed, 5 Oct 2011 20:30:54 +0000 (-0400) Subject: Fix copy-paste-o: "su - postgres" to become postgres X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1ba8903c40413f692ff0146ece061417eafcdafd;p=evergreen%2Fequinox.git Fix copy-paste-o: "su - postgres" to become postgres Thanks to sal_ in IRC who caught this nugget! Signed-off-by: Dan Scott --- diff --git a/README b/README index d0f8b2e00b..bd1a6cb406 100644 --- 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.