We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd03d7 + d7967a4 commit 135adf7Copy full SHA for 135adf7
1 file changed
tools/fixup_stuff.sh
@@ -87,16 +87,18 @@ if [[ ${DISTRO} =~ (precise) ]]; then
87
fi
88
89
90
-# RHEL6
91
-# -----
92
-
93
-if [[ $DISTRO =~ (rhel6) ]]; then
94
+if is_fedora; then
95
# Disable selinux to avoid configuring to allow Apache access
96
# to Horizon files (LP#1175444)
97
if selinuxenabled; then
98
sudo setenforce 0
99
+fi
+
+# RHEL6
+# -----
100
101
+if [[ $DISTRO =~ (rhel6) ]]; then
102
103
# If the ``dbus`` package was installed by DevStack dependencies the
104
# uuid may not be generated because the service was never started (PR#598200),
0 commit comments