Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
rpm-icingaweb2
Commits
a9d17aa7
Commit
a9d17aa7
authored
May 07, 2020
by
Johannes Meyer
Browse files
fix tests
parent
1d8dcacf
Pipeline
#9478
passed with stages
in 15 minutes and 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
testing/start_test.sh
View file @
a9d17aa7
...
...
@@ -18,9 +18,9 @@ fi
install_package icingaweb2
# set timezone for PHP
if
[
-d
/etc/opt/rh/rh-php7
1
/php.d
]
;
then
php_d
=
/etc/opt/rh/rh-php7
1
/php.d
fpm
=
"scl enable rh-php7
1
-- php-fpm"
if
[
-d
/etc/opt/rh/rh-php7
3
/php.d
]
;
then
php_d
=
/etc/opt/rh/rh-php7
3
/php.d
fpm
=
"scl enable rh-php7
3
-- 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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment