diff --git a/scripts/_common.sh b/scripts/_common.sh index 5759f30..75da2fb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -16,6 +16,10 @@ install_borg_with_pip() { BORG_VERSION=$(ynh_app_upstream_version) 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" } create_ssh_config() {