about summary refs log tree commit diff
path: root/docs/Running-Mastodon
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 03:07:28 +0200
committerGitHub <noreply@github.com>2017-04-05 03:07:28 +0200
commit66ec005bf83e25259741dcb48844a35c42de8dfa (patch)
tree911a79599b5549b25e41ecd14b9a974f5307e8b3 /docs/Running-Mastodon
parentc12214963eb4a06258f01c222a95924cc8841d09 (diff)
parent2fcf8d79ad3e7051e0089741ed00ec0eff0de637 (diff)
Merge pull request #854 from Angristan/patch-3
Fix crontab edit
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r--docs/Running-Mastodon/Production-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md
index a70f174d4..ff17f2136 100644
--- a/docs/Running-Mastodon/Production-guide.md
+++ b/docs/Running-Mastodon/Production-guide.md
@@ -221,7 +221,7 @@ I recommend creating a couple cronjobs for the following tasks:
 
 You may want to run `which bundle` first and copypaste that full path instead of simply `bundle` in the above commands because cronjobs usually don't have all the paths set. The time and intervals of when to run these jobs are up to you, but once every day should be enough for all.
 
-You can edit the cronjob file for the `mastodon` user by running `sudo crontab -e mastodon` (outside of the mastodon user).
+You can edit the cronjob file for the `mastodon` user by running `sudo crontab -e -u mastodon` (outside of the mastodon user).
 
 ## Things to look out for when upgrading Mastodon