Skip to content

Commit 8624335

Browse files
exfriendbestlong
authored andcommitted
Update crontab to reference full PHP path (laradock#1517)
Otherwise it doesn't work
1 parent 7ef36da commit 8624335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/crontab/laradock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* * * * * laradock php /var/www/artisan schedule:run >> /dev/null 2>&1
1+
* * * * * laradock /usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1

0 commit comments

Comments
 (0)