1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
nextcloud_ynh/hooks/post_user_create
Jimmy Monin 8cd01bdc8d Fix failed access after first installation
Don't create the user data folder (automatically created by Nextcloud), thus avoiding giving wrong ownership...
2018-05-28 19:32:22 +02:00

5 lines
64 B
Bash

#!/bin/bash
user=$1
sudo setfacl -m g:#GROUP#:rwx /home/$user