diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2015-04-11 01:02:08 +0300 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2015-04-11 01:02:08 +0300 |
commit | f6d1b29f8245b02680bed8b0d758b7d64e606f22 (patch) | |
tree | 14248dad2003663b46b5ca7e11f87a0beddf46f0 /docs/source | |
parent | 94af3587792732ea2d0e7900be98dd6456388502 (diff) | |
download | mediagoblin-f6d1b29f8245b02680bed8b0d758b7d64e606f22.tar.lz mediagoblin-f6d1b29f8245b02680bed8b0d758b7d64e606f22.tar.xz mediagoblin-f6d1b29f8245b02680bed8b0d758b7d64e606f22.zip |
fix incorrect syntax in docs (bug 5310)
Diffstat (limited to 'docs/source')
-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 |