From 04016bb41bfa6e46e0ac986c48c31e3b2cecc46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 28 May 2024 23:45:09 +0200 Subject: [PATCH] Fix bookworm --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index ea38379..cc1ebcc 100755 --- a/scripts/restore +++ b/scripts/restore @@ -1,4 +1,4 @@ -#!/bin/bash +j#!/bin/bash #================================================= # IMPORT GENERIC HELPERS @@ -33,7 +33,7 @@ ynh_script_progression --message="Updating Python virtualenv and rebuilding $app # Always recreate everything fresh with current python version ynh_secure_remove "$install_dir/venv" _venv_install - +chown -R "$app:www-data" "$install_dir" _build_app #=================================================