tiredofit / docker-osticket

Dockerized help desk application
MIT License
71 stars 56 forks source link

Fix cron.php not running due to incorrect path #11

Closed cdhowie closed 3 years ago

cdhowie commented 3 years ago

NGINX_WEBROOT is /www/osticket by default, so the path in crontab was expanding to /www//www/osticket/api/cron.php which doesn't exist. This PR fixes the path in the crontab.