From cb8f6db2523c1607250c75bf007150112dc4eced Mon Sep 17 00:00:00 2001 From: rodinux Date: Mon, 25 Dec 2023 02:10:37 +0100 Subject: [PATCH] add a line require on config.local.php configuration file to read /data/config.local.user.php --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b059880..3d0726b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -44,7 +44,7 @@ fi if [ ! -f "$data_dir/data/config.local.user.php" ]; then ynh_add_config --template="config.local.user.php" --destination="$data_dir/data/config.local.user.php" chmod 650 "$data_dir/data/config.local.user.php" - chown $app:$app "$data_dir/data/config.local.user.php" + chown $app:www-data "$data_dir/data/config.local.user.php" echo' /** * Chemin vers le fichier pour des configurations personnelles