Missing linebreak

This commit is contained in:
Miguel Nogueira 2019-07-08 23:28:27 +00:00
parent 4b123a2225
commit 1672cbd8c0
1 changed files with 1 additions and 1 deletions

2
pyvpn
View File

@ -50,7 +50,7 @@ if len(sys.argv) > 2:
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])
else: