From f6d1b29f8245b02680bed8b0d758b7d64e606f22 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Sat, 11 Apr 2015 01:02:08 +0300 Subject: [PATCH] fix incorrect syntax in docs (bug 5310) --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 00e98a66..2aadd045 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -102,7 +102,7 @@ name will be ``mediagoblin`` too. We'll add these entities by first switching to the *postgres* account:: - # su -u postgres + # su - postgres This will change your prompt to a shell prompt, such as *-bash-4.2$*. Enter the following *createuser* and *createdb* commands at that prompt. We'll