util: Make ovs_error() understand that EOF means "end of file".
[openvswitch] / xenserver / opt_xensource_libexec_interface-reconfigure
index 2b12218d3be7704a50889f2b2d87ac98321c5040..e9f56ddf8c2e871be56b6b2df21b59f237d012f6 100755 (executable)
@@ -1258,7 +1258,7 @@ def datapath_modify_config(commands):
         for c in commands:
             log("  %s" % c)
 
-    rc = run_command(['/root/vswitch/bin/ovs-cfg-mod', '-vANY:console:emer',
+    rc = run_command(['/usr/bin/ovs-cfg-mod', '-vANY:console:emer',
                  '-F', '/etc/ovs-vswitchd.conf']
                 + [c for c in commands if c[0] != '#'] + ['-c'])
     if not rc: