1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00

use acl, fix package_check

This commit is contained in:
Kayou 2024-08-27 18:55:29 +02:00 committed by GitHub
parent 5db0a7ae07
commit bd4cd53537
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,7 @@ install_borg_with_pip() {
ynh_exec_as "$app" "$venvpy" -m pip install borgbackup[pyfuse3]=="$BORG_VERSION"
# Make venv accessible for every user
chmod a+rX "$install_dir"
chmod a+rX -R "$install_dir/venv"
setfacl --recursive --modify g:$ssh_user:rwX,d:g:$ssh_user:rwX
}
create_ssh_config() {