From 2d068f8a3b2ace8dae6d84fc9c34fb1e7797a292 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 5 Sep 2018 03:11:19 +0530 Subject: [PATCH] symfony-cmd: not found fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index cd5fa99..b389eae 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -116,7 +116,7 @@ init_composer_update() { || ynh_die "Unable to install Composer" # update dependencies to create composer.lock - exec_composer "$DESTDIR" update symfony/flex --no-plugins + exec_composer "$DESTDIR" update symfony/flex --no-plugins --no-scripts exec_composer "$DESTDIR" install --no-dev --optimize-autoloader \ || ynh_die "Unable to update Kimai2 core dependencies" }