Skip to content

Commit

Permalink
Fix www-data crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
eppak committed Nov 3, 2020
1 parent 41b7505 commit bf87ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/panel.crontab
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf87ace

Please sign in to comment.