From 3f4143256aaa70c104cc77d4dc9b50680d807965 Mon Sep 17 00:00:00 2001 From: Holger Kreis Date: Sun, 10 Dec 2023 11:48:48 +0100 Subject: [PATCH] Remove --quiet option to see inital installation progress --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index 51a8678a..9737c5cc 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -16,7 +16,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then fi printf "\e[32mInstall all libraries with composer..\e[0m\n" -composer install --no-dev --quiet +composer install --no-dev if [ "$ENVIRONMENT" != "prod" ]; then