[adherents.py] J'ai fait de la merde avec les indentations thx iota
This commit is contained in:
parent
fde9b432c0
commit
042f373149
1 changed files with 3 additions and 3 deletions
|
@ -167,9 +167,9 @@ class home:
|
||||||
os.chmod(home + '/.forward', 0604)
|
os.chmod(home + '/.forward', 0604)
|
||||||
### Owncloud dans le home
|
### Owncloud dans le home
|
||||||
if not os.path.exists(home + '/Owncloud'):
|
if not os.path.exists(home + '/Owncloud'):
|
||||||
os.mkdir(home + '/Owncloud')
|
os.mkdir(home + '/Owncloud')
|
||||||
os.chown(home + '/Owncloud', int(uid), "www-data")
|
os.chown(home + '/Owncloud', int(uid), "www-data")
|
||||||
os.chmod(home + '/Owncloud',770)
|
os.chmod(home + '/Owncloud',770)
|
||||||
except:
|
except:
|
||||||
print ERREUR
|
print ERREUR
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue