1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2023-04-15 08:34:12 +02:00
parent f3b5611a0b
commit f690f012c0

View file

@ -35,7 +35,7 @@ if [ -z "${fpm_usage:-}" ]; then
fi
# Removed in dec. 2020
REMOVEME? ldap_user=$(ynh_app_setting_get --app=$app --key=ldap_user)
ldap_user=$(ynh_app_setting_get --app=$app --key=ldap_user)
if [[ -n "${ldap_user:-}" ]]; then
yunohost user delete "$ldap_user"
ynh_app_setting_delete --app=$app --key=ldap_user