Blame view

hooks/post_user_create 85 Bytes
1f5030bd3   Kload   Add hook
1
2
3
  #!/bin/bash
  
  user=$1
6ec1a0d7c   Alexis Gavoty   Update post_user_...
4
  mkdir -p /home/$user
cc3db99f2   Alexis Gavoty   Update post_user_...
5
  sudo setfacl -m g:owncloud:rwx /home/$user