From e90b0793c77f3c2e636dad9a762daae5de838413 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Feb 2022 00:02:01 +0100 Subject: [PATCH] Add cron task for videos --- conf/cron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/cron b/conf/cron index 7c7de7c..935daa6 100644 --- a/conf/cron +++ b/conf/cron @@ -1 +1,2 @@ -* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities \ No newline at end of file +* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities +* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips \ No newline at end of file