5 lines
134 B
Bash
Executable file
5 lines
134 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
env | sed "s/\(.*\)=\(.*\)/env[\1]='\2'/" > /etc/php/{{PHP}}/fpm/conf.d/env.conf
|
|
/usr/sbin/php-fpm{{PHP}} -F -R
|
|
|