1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

ldapauth moved by the end of the install script

This commit is contained in:
dragondaddy 2023-07-27 20:52:41 +02:00
parent 3239313005
commit ef664b6894

View file

@ -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
#=================================================