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.
1 parent c7a07de commit 63150deCopy full SHA for 63150de
lib/network_utils.ml
@@ -33,7 +33,7 @@ let modprobe = "/sbin/modprobe"
33
let ethtool = ref "/sbin/ethtool"
34
let bonding_dir = "/proc/net/bonding/"
35
let dhcp6c = "/sbin/dhcp6c"
36
-let fcoedriver = ref "/opt/xensource/libexec/fcoe_driver.py"
+let fcoedriver = ref "/opt/xensource/libexec/fcoe_driver"
37
38
let call_script ?(log_successful_output=false) script args =
39
try
0 commit comments