mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
|
|
user=$1
|
|
|
|
sudo setfacl --modify g:__GROUP__:rwx /home/$user
|