We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a748ddf commit 2a00f8fCopy full SHA for 2a00f8f
1 file changed
client/bindir/cloud-setup-management.in
@@ -129,15 +129,15 @@ def checkselinux():
129
130
131
ip = Command("ip")
132
-service = Command("service")
133
-chkconfig = Command("chkconfig")
+service = Command("/sbin/service")
+chkconfig = Command("/sbin/chkconfig")
134
updatercd = Command("update-rc.d")
135
ufw = Command("ufw")
136
-iptables = Command("iptables")
137
-iptables_save = Command("iptables-save")
+iptables = Command("/sbin/iptables")
+iptables_save = Command("/sbin/iptables-save")
138
augtool = Command("augtool")
139
kvmok = Command("kvm-ok")
140
-ifconfig = Command("ifconfig")
+ifconfig = Command("/sbin/ifconfig")
141
uuidgen = Command("uuidgen")
142
143
Fedora = os.path.exists("/etc/fedora-release")
0 commit comments