From e58bd2140bee9660855d265f1e07b6713e44a079 Mon Sep 17 00:00:00 2001 From: rodinux Date: Mon, 25 Dec 2023 01:55:11 +0100 Subject: [PATCH] add a line require on config.local.php configuration file to read /data/config.local.user.php --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 633f931..357b638 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -51,7 +51,6 @@ 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" - fi chmod -R o-rwx "$install_dir"