From 7433aaac2a83a01cb9a73cabb5b6316c7ace88d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 16 Aug 2013 03:37:38 +0200 Subject: [PATCH] =?UTF-8?q?[generate/adherents]=20On=20r=C3=A9plique=20les?= =?UTF-8?q?=20quotas=20de=20Toto=20Passoir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gen_confs/adherents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: