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