diff --git a/ocaml/xenopsd/scripts/pygrub-wrapper b/ocaml/xenopsd/scripts/pygrub-wrapper index 0a3c78964dd..e55121745bf 100644 --- a/ocaml/xenopsd/scripts/pygrub-wrapper +++ b/ocaml/xenopsd/scripts/pygrub-wrapper @@ -15,7 +15,7 @@ import pwd, subprocess, sys -cmd = ["pygrub"] +cmd = ["/usr/libexec/xen/bin/pygrub"] # Get the usage string. We can't use check_output() because the exit status isn't 0 pygrub_usage = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True).communicate()[1]