mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2024-12-22 10:45:26 +00:00
Forward arguments in vgpu_unlock (#26)
This commit is contained in:
parent
9416363206
commit
10fb78a81d
|
@ -346,7 +346,7 @@ def main():
|
|||
exit()
|
||||
|
||||
device.on("child-added", on_child_added)
|
||||
pid = device.spawn(sys.argv[2])
|
||||
pid = device.spawn(["/bin/bash", "-c", ' '.join(sys.argv[2:])])
|
||||
instrument(pid)
|
||||
|
||||
# Wait for everything to terminate before exiting.
|
||||
|
|
Loading…
Reference in a new issue