From 602f44b0bfe775841118dc4d1f947c703ff0e9a7 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 7 Jun 2023 14:41:54 +0500 Subject: [PATCH] Fix run/finish scripts for php. --- configuration/s6/php-fpm/finish | 2 +- configuration/s6/php-fpm/run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/s6/php-fpm/finish b/configuration/s6/php-fpm/finish index 02fece9..0aaacd3 100755 --- a/configuration/s6/php-fpm/finish +++ b/configuration/s6/php-fpm/finish @@ -1,3 +1,3 @@ #!/bin/sh -kill `cat /var/run/php-fpm7.pid` \ No newline at end of file +kill $(cat /var/run/php-fpm8.pid) diff --git a/configuration/s6/php-fpm/run b/configuration/s6/php-fpm/run index aebe258..fa83562 100755 --- a/configuration/s6/php-fpm/run +++ b/configuration/s6/php-fpm/run @@ -1,3 +1,3 @@ #!/bin/execlineb -P -/usr/sbin/php-fpm7 -F \ No newline at end of file +/usr/sbin/php-fpm8 -F