Fixes in lang

This commit is contained in:
Antonio de la Rosa 2024-04-03 18:31:50 +02:00
parent 44ffe2da55
commit 95f464c78c
4 changed files with 78 additions and 70 deletions

View file

@ -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: