From 877c74deaac84ef9f655d71ddb1fe97dd477651d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 17 Jun 2024 22:44:48 +0200 Subject: [PATCH] do not composer install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3d7a4fe..90c965d 100644 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ ynh_script_progression --message="Installing dependencies for LDAP..." --weight= # Some trick to actually not run composer install… ynh_install_composer --install_args="--dry-run" ynh_composer_exec --commands="require symfony/ldap" -SYMFONY_ENV=prod ynh_composer_exec --commands="install --no-dev $install_args" \ +# SYMFONY_ENV=prod ynh_composer_exec --commands="install --no-dev" chown -R "$app:www-data" "$install_dir"