mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
Typo
This commit is contained in:
parent
a3da355e0e
commit
958b58dddc
2 changed files with 2 additions and 2 deletions
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue