From b0c31f30f6e145a7b2cbe8e04f0875f3ec22075c Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Tue, 12 Sep 2023 18:54:05 +0200 Subject: [PATCH] Update upgrade need keep this file --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 2e9d63c..ecb1f5f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -76,6 +76,7 @@ if ynh_compare_current_package_version --comparison ge --version 1.3.0~ynh1; the fi # NOTE: Don't overwrite config.local.user.php ynh_add_config --template="config.local.php" --destination="$install_dir/config.local.php" +ynh_add_config --template="config.user.local.php" --destination="$install_dir/config.local.php" # Permissions on files and directories chmod -R o-rwx "$install_dir"