1
0
Fork 0

fix queue schedule

This commit is contained in:
saibotk 2019-07-29 05:15:38 +02:00
parent 937f0fff2a
commit 029b83f4dc
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ RUN mkdir -p /var/log/pterodactyl
COPY install.sh /usr/local/bin/install COPY install.sh /usr/local/bin/install
COPY upgrade.sh /usr/local/bin/upgrade COPY upgrade.sh /usr/local/bin/upgrade
COPY schedule /var/spoon/cron/crontabs/schedule COPY schedule /var/spool/cron/crontabs/schedule
COPY supervisord.conf /etc/supervisor/supervisord.conf COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY www.conf /usr/local/etc/php-fpm.d/www.conf COPY www.conf /usr/local/etc/php-fpm.d/www.conf

View file

@ -1 +1 @@
* * * * * php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1 * * * * * /usr/bin/php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1