1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

This commit is contained in:
Yunohost-Bot 2024-03-11 16:09:20 +01:00 committed by Félix Piédallu
parent 4be10f0666
commit 955f2a7dda

View file

@ -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