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