From f850f7f379f0b331bed28d4e543bf80309943d45 Mon Sep 17 00:00:00 2001 From: VinGal <45609819+VinGal0@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:40:48 +0000 Subject: [PATCH] Change setup-pterodactyl to kill php-fpm8.1 --- build/panel/setup-pterodactyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/panel/setup-pterodactyl b/build/panel/setup-pterodactyl index 8c33ca3..fddbea7 100644 --- a/build/panel/setup-pterodactyl +++ b/build/panel/setup-pterodactyl @@ -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