mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-30 17:34:13 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user