[adherents.py] J'ai fait de la merde avec les indentations thx iota

This commit is contained in:
Raphaël-David Lasseri 2014-09-16 19:55:49 +02:00
parent fde9b432c0
commit 042f373149

View file

@ -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: