Merge "Don't bail when setting up horizon on openSUSE"
This commit is contained in:
commit
dce5b4a6f2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user