mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
4 lines
61 B
Bash
4 lines
61 B
Bash
#!/bin/bash
|
|
|
|
user=$1
|
|
sudo setfacl -m g:pydio:rwx /home/$user
|