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