diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-08 12:28:23 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-08 12:28:23 -0600 |
commit | a040f72ded6effebc3c00584ccc5a1c64a6678a4 (patch) | |
tree | 8c68faf3b8cf91634d8fd004c378329111929132 /docs | |
parent | 5e262d8bf5cb3a411528ccdad6a79ce487d697be (diff) | |
download | mediagoblin-a040f72ded6effebc3c00584ccc5a1c64a6678a4.tar.lz mediagoblin-a040f72ded6effebc3c00584ccc5a1c64a6678a4.tar.xz mediagoblin-a040f72ded6effebc3c00584ccc5a1c64a6678a4.zip |
Changing "su -" to just "su"... considerably simpler.
I don't think inheriting environment stuff is a serious issue.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index c227b548..92191929 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -136,11 +136,11 @@ username if you wish.:: No password will be assigned to this account, and you will not be able to log in as this user. To switch to this account, enter either:: - sudo su - mediagoblin (if you have sudo permissions) + sudo su mediagoblin # (if you have sudo permissions) or:: - su - mediagoblin (if you have to use root permissions) + su mediagoblin # (if you have to use root permissions) You may get a warning similar to this when entering these commands:: |