1
0
Fork 0
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:
ljf (zamentur) 2022-12-16 20:15:42 +01:00 committed by GitHub
parent 8c4432cb80
commit 32b4476d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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