aboutsummaryrefslogtreecommitdiffstats
path: root/.homeinstall/hubzilla-setup.sh
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-18 14:17:48 -0800
committerzotlabs <mike@macgirvin.com>2018-01-18 14:17:48 -0800
commit03d3cbdbf8b4e48d317ccbb35d2729d5f006a4e2 (patch)
treed63368f0d434d060f1239143599316ee60d9cac0 /.homeinstall/hubzilla-setup.sh
parent0fba1bb868254c3731d03d9bf5d1b19a8b71b265 (diff)
parenta0e1a8e0a20df640ef951dee4fb3c6ed19faee03 (diff)
downloadvolse-hubzilla-03d3cbdbf8b4e48d317ccbb35d2729d5f006a4e2.tar.gz
volse-hubzilla-03d3cbdbf8b4e48d317ccbb35d2729d5f006a4e2.tar.bz2
volse-hubzilla-03d3cbdbf8b4e48d317ccbb35d2729d5f006a4e2.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to '.homeinstall/hubzilla-setup.sh')
-rwxr-xr-x.homeinstall/hubzilla-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.homeinstall/hubzilla-setup.sh b/.homeinstall/hubzilla-setup.sh
index 635bb3518..3ad9aa37f 100755
--- a/.homeinstall/hubzilla-setup.sh
+++ b/.homeinstall/hubzilla-setup.sh
@@ -641,7 +641,7 @@ function configure_cron_daily {
# every 10 min for poller.php
if [ -z "`grep 'poller.php' /etc/crontab`" ]
then
- echo "*/10 * * * * www-data cd /var/www/html; php include/poller.php >> /dev/null 2>&1" >> /etc/crontab
+ echo "*/10 * * * * www-data cd /var/www/html; php Zotlabs/Daemon/Master.php Cron >> /dev/null 2>&1" >> /etc/crontab
fi
# Run external script daily at 05:30
# - stop apache and mysql-server