1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00
This commit is contained in:
Alexandre Aubin 2023-12-04 22:21:00 +01:00
parent a3da355e0e
commit 958b58dddc
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ ynh_system_user_create --username=$ssh_user --home_dir=/home/$ssh_user --use_she
home=/home/$ssh_user
mkdir -p $home/.ssh
chmod o=--- $home/$ssh_user
chmod o=--- $home
extra="--storage-quota $quota"
if [ "$quota" = "" ]; then
extra=""

View file

@ -70,7 +70,7 @@ ynh_system_user_create --username=$ssh_user --home_dir=/home/$ssh_user --use_she
home=/home/$ssh_user
mkdir -p $home/.ssh
chmod o=--- $home/$ssh_user
chmod o=--- $home
extra="--storage-quota $quota"
if [ "$quota" = "" ]; then
extra=""