From 955f2a7ddac9b86604a07542a1f327714f89bcf5 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:09:20 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9b1ffd6..53f0d9f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -64,7 +64,7 @@ ynh_script_progression --message="Upgrading LDAP plugin..." --weight=3 # Download LDAP plugin from yeswiki repository ynh_secure_remove "$install_dir/tools/loginldap" mkdir -p "$install_dir/tools/loginldap" -ynh_setup_source --dest_dir="$install_dir/tools/loginldap" --source_id="loginldap" +ynh_setup_source --dest_dir="$install_dir/tools/loginldap" --source_id="loginldap" --full_replace=1 if ! grep -q "ldap_host" "$install_dir/wakka.config.php" then