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:
parent
4be10f0666
commit
955f2a7dda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue