diff options
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |