From b92207d65e76c622602f6da051da73e0429f0167 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 19 Jul 2021 10:31:00 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4fb9b20..4e58b9f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -185,11 +185,11 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" chown root: "/etc/cron.d/$app" chmod 644 "/etc/cron.d/$app" -# Run composer +# Run Composer pushd "$final_path" ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet ynh_exec_as "$app" bin/console dbstructure update - ynh_exec_as "$app" bin/console config system addon ldapauth + #ynh_exec_as "$app" bin/console config system addon ldapauth popd #=================================================