mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
[fix] Can't install borg server
This commit is contained in:
parent
8c4432cb80
commit
32b4476d59
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if [[ -z "$datadir" ]]; then
|
|||
datadir=/home/$ssh_user
|
||||
fi
|
||||
|
||||
if ! _acceptable_path_to_delete "$datadir"; then
|
||||
if _acceptable_path_to_delete "$datadir"; then
|
||||
ynh_die --message="This path can't be used as home dir for the ssh_user"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue