From 021bb3d7ec482b8dc3481e1ca79b85902c146d13 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 17 Nov 2017 14:29:21 +0100 Subject: [PATCH] icingaweb2: Install SCL before icingaweb2 --- testing/start_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/start_test.sh b/testing/start_test.sh index 33a4951..6d296d5 100755 --- a/testing/start_test.sh +++ b/testing/start_test.sh @@ -1,13 +1,13 @@ #!/bin/bash # this script runs in the rpm_test environment -install_package icingaweb2 - # Install SCL on CentOS if grep -q 'ID="centos"' /etc/os-release; then sudo yum install -y centos-scl-release fi +install_package icingaweb2 + # set timezone for PHP if [ -d /etc/opt/rh/rh-php71/php.d ]; then php_d=/etc/opt/rh/rh-php71/php.d