diff options
author | Einer von Vielen <tomwie@users.sourceforge.net> | 2018-01-14 18:33:08 +0100 |
---|---|---|
committer | Einer von Vielen <tomwie@users.sourceforge.net> | 2018-01-14 18:33:08 +0100 |
commit | 3ab92ba9d95c837b352330c8c53e19773c440474 (patch) | |
tree | 818f8d39a6788765d1e29c3f3cc1942037606e84 | |
parent | 8970d30c936ac4ae600a6fd18c95b2cdffd1e20d (diff) | |
download | volse-hubzilla-3ab92ba9d95c837b352330c8c53e19773c440474.tar.gz volse-hubzilla-3ab92ba9d95c837b352330c8c53e19773c440474.tar.bz2 volse-hubzilla-3ab92ba9d95c837b352330c8c53e19773c440474.zip |
Fixed poller. Use Master.php
-rwxr-xr-x | .homeinstall/hubzilla-setup.sh | 2 |
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 |