diff --git a/lib/horizon b/lib/horizon index 78cbe8b58d..3271e2a654 100644 --- a/lib/horizon +++ b/lib/horizon @@ -121,9 +121,7 @@ function configure_horizon { if is_ubuntu; then disable_apache_site 000-default sudo touch $horizon_conf - elif is_fedora; then - sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf - elif is_suse; then + elif is_fedora || is_suse; then : # nothing to do else exit_distro_not_supported "horizon apache configuration"