testing: Create socket path for php-fpm on Fedora

This commit is contained in:
Markus Frosch 2018-11-06 15:01:31 +01:00
parent 01ad332e43
commit 81e009fa33

View File

@ -28,6 +28,10 @@ elif [ -d /etc/php.d ]; then
php_d=/etc/php.d
if [ "$ID" = fedora ] && [ "$VERSION_ID" -ge 27 ]; then
fpm="php-fpm"
if [ -d /run ]; then
mkdir -p /run/php-fpm
fi
fi
elif [ -d /etc/php5/conf.d ]; then
php_d=/etc/php5/conf.d