mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
²
This commit is contained in:
parent
bd4cd53537
commit
4ca795e023
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue