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() {