aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-08-28 22:43:37 -0700
committerzotlabs <mike@macgirvin.com>2018-08-28 22:43:37 -0700
commit7ecb337405aa1ca9327487eecaa352059ee65052 (patch)
treea7bc06161e119ef0f51d356271e4879925c94499 /install
parente4b6a143c7679428ecf7208274fddb5f1b37c70e (diff)
downloadvolse-hubzilla-7ecb337405aa1ca9327487eecaa352059ee65052.tar.gz
volse-hubzilla-7ecb337405aa1ca9327487eecaa352059ee65052.tar.bz2
volse-hubzilla-7ecb337405aa1ca9327487eecaa352059ee65052.zip
redirect stdout/stderr on cron command
Diffstat (limited to 'install')
-rw-r--r--install/INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 421656023..fe2484d7a 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -230,7 +230,7 @@ Change "/base/directory", and "/path/to/php" as appropriate for your situation.
If you are using a Linux server, run "crontab -e" and add a line like the
one shown, substituting for your unique paths and settings:
-*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php Zotlabs/Daemon/Master.php Cron
+*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1
You can generally find the location of PHP by executing "which php". If you
have troubles with this section please contact your hosting provider for