From 8f5a20cb0d180a83c36d2cf49fe5939e8cfe58c1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 Aug 2021 09:52:52 +0200 Subject: [PATCH] Update poller-cron --- conf/poller-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/poller-cron b/conf/poller-cron index 0808434..e96b157 100755 --- a/conf/poller-cron +++ b/conf/poller-cron @@ -1,2 +1,2 @@ # Run poller periodically to update Osada -*/10 * * * * __USER__ cd YNH_WWW_PATH; /usr/bin/php Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1 +*/10 * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/Zotlabs/Daemon/Master.php Cron > /dev/null 2>&1