mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-09-26 03:19:23 +02:00
prepare_test.sh: Expect php 7.1 instead of 7.3
This commit is contained in:
parent
72ca047329
commit
34e41fa480
@ -18,9 +18,9 @@ fi
|
||||
icinga-build-rpm-install icingaweb2
|
||||
|
||||
# set timezone for PHP
|
||||
if [ -d /etc/opt/rh/rh-php73/php.d ]; then
|
||||
php_d=/etc/opt/rh/rh-php73/php.d
|
||||
fpm="scl enable rh-php73 -- php-fpm"
|
||||
if [ -d /etc/opt/rh/rh-php71/php.d ]; then
|
||||
php_d=/etc/opt/rh/rh-php71/php.d
|
||||
fpm="scl enable rh-php71 -- php-fpm"
|
||||
elif [ -d /etc/opt/rh/rh-php70/php.d ]; then
|
||||
php_d=/etc/opt/rh/rh-php70/php.d
|
||||
fpm="scl enable rh-php70 -- php-fpm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user