Merge pull request #9 from VinGal0/patch-1

Change setup-pterodactyl to kill php-fpm8.1
This commit is contained in:
Dane Everitt 2022-03-02 17:08:10 -08:00 committed by GitHub
commit 2d4d36c3d4
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