From ef664b6894adbb30427b6447e42c5709b54aaf8b Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Thu, 27 Jul 2023 20:52:41 +0200 Subject: [PATCH] ldapauth moved by the end of the install script --- scripts/install | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index 286f4e1..799cdcc 100755 --- a/scripts/install +++ b/scripts/install @@ -195,13 +195,6 @@ ynh_script_progression --message="Push Ldap configuration to .htconfig.php..." cat ../conf/ldap_conf.php >> $final_path/.htconfig.php -#================================================= -# LDAP ADDON ACTIVATION -#================================================= -ynh_script_progression --message="Enabling ldapauth addon..." - -util/addons install ldapauth - #================================================= # NGINX CONFIGURATION #================================================= @@ -256,6 +249,13 @@ ynh_script_progression --message="Reloading NGINX web server..." ynh_systemd_action --service_name=nginx --action=reload +#================================================= +# LDAP ADDON ACTIVATION +#================================================= +ynh_script_progression --message="Enabling ldapauth addon..." + +$final_path/util/addons install ldapauth + #================================================= # END OF SCRIPT #=================================================