diff --git a/scripts/install b/scripts/install index 4ac439b..239d7c4 100644 --- a/scripts/install +++ b/scripts/install @@ -155,6 +155,7 @@ ynh_store_file_checksum "$final_path/config/local.config.php" # Run composer (cd $final_path && sudo php bin/composer.phar install) +(cd $final_path && sudo bin/console config system addon ldapauth) chown -R $app: $final_path