diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index 376bfc61..72be2e9f 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -191,7 +191,7 @@ class home: if not os.path.exists(home + '/OwnCloud'): os.mkdir(home + '/OwnCloud') os.chown(home + '/OwnCloud', int(uid), grp.getgrnam('www-data').gr_gid) - os.chmod(home + '/OwnCloud',0770) + os.chmod(home + '/OwnCloud', 0770) except: print ERREUR if self.debug: