From 4ca795e023a72af16f504ce29607d2a378feceae Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 27 Aug 2024 18:56:30 +0200 Subject: [PATCH] =?UTF-8?q?=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9e0b90e..968b8da 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,7 +18,7 @@ install_borg_with_pip() { ynh_exec_as "$app" "$venvpy" -m pip install borgbackup[pyfuse3]=="$BORG_VERSION" # Make venv accessible for every user - setfacl --recursive --modify g:$ssh_user:rwX,d:g:$ssh_user:rwX + setfacl --recursive --modify g:$ssh_user:rwX,d:g:$ssh_user:rwX "$install_dir" } create_ssh_config() {