diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index 9f059432..02526893 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -124,7 +124,7 @@ class home: raise OSError('home existant') ### Quota - status, output = commands.getstatusoutput('/usr/sbin/edquota -p 1488 %s' % uid ) + status, output = commands.getstatusoutput('/usr/sbin/edquota -p 4539 %s' % uid ) if status: print WARNING if self.debug: