mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Fix upgrade from no loginldap installed
This commit is contained in:
parent
457e4c3dc8
commit
6348740d14
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ then
|
|||
|
||||
fi
|
||||
|
||||
if [ $(ynh_app_setting_get --app=$app --key=loginldap_version) != $loginldap_version ]
|
||||
if [[ $(ynh_app_setting_get --app=$app --key=loginldap_version) != $loginldap_version ]]
|
||||
then
|
||||
ynh_script_progression --message="Upgrading LDAP plugin..." --weight=3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue