Fix run/finish scripts for php.

This commit is contained in:
Stanislav Nikitin 2023-06-07 14:41:54 +05:00
parent ace6d97a7a
commit 602f44b0bf
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
kill `cat /var/run/php-fpm7.pid`
kill $(cat /var/run/php-fpm8.pid)

View File

@ -1,3 +1,3 @@
#!/bin/execlineb -P
/usr/sbin/php-fpm7 -F
/usr/sbin/php-fpm8 -F