1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Add symfony/ldap

This commit is contained in:
Salamandar 2024-06-15 23:21:23 +02:00
parent 6d64ca4884
commit af79bc0f73

View file

@ -35,6 +35,15 @@ if [ -e "$install_dir/var/cache/prod/appProdProjectContainer.php" ]; then
chmod 700 "$install_dir/var/cache/prod/appProdProjectContainer.php"
fi
#=================================================
# INSTALL SYMFONY LDAP
#=================================================
ynh_script_progression --message="Installing dependencies for LDAP..." --weight=1
ynh_install_composer
ynh_composer_exec --workdir="$install_dir/sources" --commands="require symfony/ldap"
chown -R "$app:www-data" "$install_dir"
#=================================================
# APP INITIAL CONFIGURATION
#=================================================