mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-29 08:54:09 +02:00
testing: Start FPM on centos 8
This commit is contained in:
parent
b8c3752124
commit
9167f87c15
@ -26,7 +26,9 @@ elif [ -d /etc/opt/rh/rh-php70/php.d ]; then
|
||||
fpm="scl enable rh-php70 -- php-fpm"
|
||||
elif [ -d /etc/php.d ]; then
|
||||
php_d=/etc/php.d
|
||||
if [ "$ID" = fedora ] && [ "$VERSION_ID" -ge 27 ]; then
|
||||
if [ "$ID" = fedora ] && [ "$VERSION_ID" -ge 27 ] ||
|
||||
[[ "$ID_LIKE" = *rhel* ]] && [ "$VERSION_ID" -ge 8 ]
|
||||
then
|
||||
fpm="php-fpm"
|
||||
|
||||
if [ -d /run ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user