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=4d31f70e04da86a0081b6cacae2e94f7e469eb7b;p=evergreen%2Ftadl.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 e23ebe58ff..c6c2f65384 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.