Missing linebreak
This commit is contained in:
parent
4b123a2225
commit
1672cbd8c0
2
pyvpn
2
pyvpn
|
@ -50,7 +50,7 @@ if len(sys.argv) > 2:
|
||||||
|
|
||||||
prog = os.popen('which revoke-vpn-user').read()
|
prog = os.popen('which revoke-vpn-user').read()
|
||||||
|
|
||||||
if prog == "/usr/bin/revoke-vpn-user":
|
if prog == "/usr/bin/revoke-vpn-user\n":
|
||||||
|
|
||||||
os.System(prog + " " + sys.argv[2])
|
os.System(prog + " " + sys.argv[2])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue