mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Don't create the user data folder (automatically created by Nextcloud), thus avoiding giving wrong ownership...
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/bin/bash
|
|
|
|
user=$1
|
|
|
|
sudo setfacl -m g:#GROUP#:rwx /home/$user
|