1
0
Fork 0

fix install and cronjob

This commit is contained in:
saibotk 2019-07-29 12:56:11 +02:00
parent a317ba0926
commit 63b7ef7f48
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@ if [ "$run" = "y" ] || [ "$run" = "Y" ] || [ "$run" = "" ]; then
read -n1 configureTPval
if [ "$configureTPval" = "" ]; then
configureTPval="*"
fi
printf "\n\nTRUSTED_PROXIES=$configureTPval" >> .env
fi
php artisan key:generate --force

View file

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