diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index 1a6731f3..398130bc 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -167,9 +167,9 @@ class home: os.chmod(home + '/.forward', 0604) ### Owncloud dans le home if not os.path.exists(home + '/Owncloud'): - os.mkdir(home + '/Owncloud') - os.chown(home + '/Owncloud', int(uid), "www-data") - os.chmod(home + '/Owncloud',770) + os.mkdir(home + '/Owncloud') + os.chown(home + '/Owncloud', int(uid), "www-data") + os.chmod(home + '/Owncloud',770) except: print ERREUR if self.debug: