From 41a1b79c3d77606ce6c2a37abba543b77707831b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:10:44 +0200 Subject: [PATCH] Update scripts/upgrade Co-authored-by: Roman Kupriyanov --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index acb11f7..e4f7194 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -189,7 +189,8 @@ chmod 644 "/etc/cron.d/$app" # Run composer pushd "$final_path" - php$phpversion bin/console dbstructure update 2> /dev/null + php$phpversion bin/composer.phar install --no-dev + bin/console dbstructure update bin/console config system addon ldapauth popd