mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
13 lines
492 B
Diff
13 lines
492 B
Diff
diff --git i/sshuttle/client.py w/sshuttle/client.py
|
|
index 29c3dfa..da813ed 100644
|
|
--- i/sshuttle/client.py
|
|
+++ w/sshuttle/client.py
|
|
@@ -209,7 +209,7 @@ class FirewallClient:
|
|
def __init__(self, method_name, sudo_pythonpath):
|
|
self.auto_nets = []
|
|
|
|
- argvbase = ([sys.executable, sys.argv[0]] +
|
|
+ argvbase = ([sys.argv[0]] +
|
|
['-v'] * (helpers.verbose or 0) +
|
|
['--method', method_name] +
|
|
['--firewall'])
|