From 0927c9439b039992e05f0b08ff4b61ded642a84e Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 17 Feb 2017 13:41:33 +0000 Subject: [PATCH] Adjustment as per hubzilla documentation --- conf/poller-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/poller-cron b/conf/poller-cron index e35a1ab2..fbbbcdaa 100644 --- a/conf/poller-cron +++ b/conf/poller-cron @@ -1,2 +1,2 @@ # Run poller periodically to update Hubzilla -*/10 * * * * cd YNH_WWW_PATH; php include/poller.php +*/10 * * * * cd YNH_WWW_PATH; /usr/bin/php include/poller.php