Commit 6ec1a0d7c07e64aae6f68dae9048934e8b4440fd

Authored by Alexis Gavoty
1 parent 2a81742e0e
Exists in master

Update post_user_create

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

hooks/post_user_create
1 1 #!/bin/bash
2 2  
3 3 user=$1
  4 +mkdir -p /home/$user
4 5 sudo setfacl -m g:owncloud:rwx /home/$user