mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-31 01:44:06 +02:00
testing: Create socket path for php-fpm on Fedora
This commit is contained in:
parent
01ad332e43
commit
81e009fa33
@ -28,6 +28,10 @@ elif [ -d /etc/php.d ]; then
|
|||||||
php_d=/etc/php.d
|
php_d=/etc/php.d
|
||||||
if [ "$ID" = fedora ] && [ "$VERSION_ID" -ge 27 ]; then
|
if [ "$ID" = fedora ] && [ "$VERSION_ID" -ge 27 ]; then
|
||||||
fpm="php-fpm"
|
fpm="php-fpm"
|
||||||
|
|
||||||
|
if [ -d /run ]; then
|
||||||
|
mkdir -p /run/php-fpm
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
elif [ -d /etc/php5/conf.d ]; then
|
elif [ -d /etc/php5/conf.d ]; then
|
||||||
php_d=/etc/php5/conf.d
|
php_d=/etc/php5/conf.d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user