Fix run/finish scripts for php.
This commit is contained in:
parent
ace6d97a7a
commit
602f44b0bf
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
kill `cat /var/run/php-fpm7.pid`
|
kill $(cat /var/run/php-fpm8.pid)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
|
|
||||||
/usr/sbin/php-fpm7 -F
|
/usr/sbin/php-fpm8 -F
|
||||||
|
Loading…
Reference in New Issue
Block a user