Change setup-pterodactyl to kill php-fpm8.1

This commit is contained in:
VinGal 2022-03-02 21:40:48 +00:00 committed by GitHub
parent 4f94c2fe52
commit f850f7f379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@ sudo chmod -R 775 storage/* bootstrap/cache
sudo service cron restart
# Forces supervisord to restart all of the processes with updated configurations.
sudo killall php-fpm8.0 php nginx
sudo killall php-fpm8.1 php nginx