1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00
This commit is contained in:
Kayou 2024-08-27 18:56:30 +02:00 committed by GitHub
parent bd4cd53537
commit 4ca795e023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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