From bf87acea5cf9740daf35cf79f35aefef26ad86a9 Mon Sep 17 00:00:00 2001 From: Alessandro Cappellozza Date: Tue, 3 Nov 2020 10:24:31 +0000 Subject: [PATCH] Fix www-data crontab --- templates/panel.crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/panel.crontab b/templates/panel.crontab index 04b0a93..d7e3fce 100644 --- a/templates/panel.crontab +++ b/templates/panel.crontab @@ -1,2 +1,2 @@ -# Sculptor scheduler do not modify -* * * * * sculptor schedule:run >> /dev/null 2>&1 +# www-data scheduler do not modify +* * * * * /usr/bin/php /var/www/html/current/artisan schedule:run >> /dev/null 2>&1