mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-28 19:03:26 +01:00
Fix typo
This commit is contained in:
parent
3abc3d2a1a
commit
9f718e8632
@ -845,7 +845,7 @@ def main(listenip_v6, listenip_v4,
|
|||||||
try:
|
try:
|
||||||
group = getgrnam(group).gr_gid
|
group = getgrnam(group).gr_gid
|
||||||
except KeyError:
|
except KeyError:
|
||||||
raise Fatal("User %s does not exist." % user)
|
raise Fatal("Group %s does not exist." % user)
|
||||||
required.group = False if group is None else True
|
required.group = False if group is None else True
|
||||||
|
|
||||||
if not required.ipv6 and len(subnets_v6) > 0:
|
if not required.ipv6 and len(subnets_v6) > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user