Исправлен запуск php в кроне

This commit is contained in:
ErickSkrauch
2016-11-26 12:24:05 +03:00
parent 44cf77036e
commit 999f8237e4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# https://crontab.guru/every-hour
0 * * * * root php /var/www/html/yii cleanup/access-tokens >/dev/null 2>&1
0 * * * * root /usr/local/bin/php /var/www/html/yii cleanup/access-tokens >/dev/null 2>&1