Fixes in lang
This commit is contained in:
parent
44ffe2da55
commit
95f464c78c
4 changed files with 78 additions and 70 deletions
|
|
@ -402,7 +402,7 @@ def manage():
|
|||
#Need add to group apache if not. Need for red hat and derivatives.
|
||||
|
||||
|
||||
g=grp.getgrnam('apache')
|
||||
g=grp.getgrnam(apache_group)
|
||||
#grp.struct_group(gr_name='apache', gr_passwd='x', gr_gid=48, gr_mem=['absurdo'])
|
||||
|
||||
if args.user not in g.gr_mem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue