mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
adding paths to a few commands for bug 9319
This commit is contained in:
parent
a748ddf35d
commit
2a00f8f950
@ -129,15 +129,15 @@ def checkselinux():
|
|||||||
|
|
||||||
|
|
||||||
ip = Command("ip")
|
ip = Command("ip")
|
||||||
service = Command("service")
|
service = Command("/sbin/service")
|
||||||
chkconfig = Command("chkconfig")
|
chkconfig = Command("/sbin/chkconfig")
|
||||||
updatercd = Command("update-rc.d")
|
updatercd = Command("update-rc.d")
|
||||||
ufw = Command("ufw")
|
ufw = Command("ufw")
|
||||||
iptables = Command("iptables")
|
iptables = Command("/sbin/iptables")
|
||||||
iptables_save = Command("iptables-save")
|
iptables_save = Command("/sbin/iptables-save")
|
||||||
augtool = Command("augtool")
|
augtool = Command("augtool")
|
||||||
kvmok = Command("kvm-ok")
|
kvmok = Command("kvm-ok")
|
||||||
ifconfig = Command("ifconfig")
|
ifconfig = Command("/sbin/ifconfig")
|
||||||
uuidgen = Command("uuidgen")
|
uuidgen = Command("uuidgen")
|
||||||
|
|
||||||
Fedora = os.path.exists("/etc/fedora-release")
|
Fedora = os.path.exists("/etc/fedora-release")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user