Merge "Don't bail when setting up horizon on openSUSE"

This commit is contained in:
Jenkins 2013-10-03 21:12:15 +00:00 committed by Gerrit Code Review
commit dce5b4a6f2

View File

@ -130,6 +130,8 @@ function init_horizon() {
HORIZON_REQUIRE='Require all granted' HORIZON_REQUIRE='Require all granted'
fi fi
sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf
elif is_suse; then
: # nothing to do
else else
exit_distro_not_supported "apache configuration" exit_distro_not_supported "apache configuration"
fi fi