diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-18 12:44:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-18 12:44:57 +0100 |
commit | a486c906863a59c0ebed80192b2c0e9aeb111f12 (patch) | |
tree | 4aabcb777e22c4976d0afc2887ef2cb666fe3af2 | |
parent | 53e353abf2abe43b14f05fbf38e232a68f0689ad (diff) | |
parent | dd45d0a8b2a12d6d96ccde7add504c555b4b8bff (diff) | |
download | volse-hubzilla-a486c906863a59c0ebed80192b2c0e9aeb111f12.tar.gz volse-hubzilla-a486c906863a59c0ebed80192b2c0e9aeb111f12.tar.bz2 volse-hubzilla-a486c906863a59c0ebed80192b2c0e9aeb111f12.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
-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 |