From 916e4e4022f8d8de8852de3719b190a37a933328 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sun, 5 Mar 2017 16:29:55 +0000 Subject: [PATCH] Store the $ldap parameter How do we do for upgrades then ? --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index d22a2bb..47a2934 100644 --- a/scripts/install +++ b/scripts/install @@ -85,6 +85,7 @@ CHECK_DOMAINPATH then plugins="$plugins,ynh-ldap-suggestions" # This plugin is to suggest YunoHost users in recipients list fi + ynh_app_setting_set "$app" ldap "$ldap" ynh_app_setting_set "$app" plugins "$plugins" sudo cp ../conf/data/configs/application.ini $application_file