From ac12059bc9977713c962436a61bde3d6ed39451c Mon Sep 17 00:00:00 2001 From: anmol Date: Tue, 12 Mar 2019 01:44:21 +0530 Subject: [PATCH] Fix install script --- scripts/install | 1 + 1 file changed, 1 insertion(+) 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