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