GITLAB
ecommun
/ owncloud_ynh
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
2c110bb521d0a5494bd3705509a71334dad3ffeb
owncloud_ynh
hooks
post_user_create
6ec1a0d7c
Update post_user_create
Browse Code ยป
Alexis Gavoty
2014-10-15 09:45:45 +0200
post_user_create
85 Bytes
edit
raw
blame
history
1
2
3
4
5
#!/bin/bash user=$1 mkdir -p /home/$user sudo setfacl -m g:owncloud:rwx /home/$user