mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-12-10 21:45:36 +02:00
Forward arguments in vgpu_unlock (#26)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user