From e45aadd523bc248b0ee31bffc380e61c0c8c6814 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Fri, 16 Feb 2024 02:31:58 +0100 Subject: [PATCH] Bug squashing --- config/frameworks/10-symfony.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/frameworks/10-symfony.sh b/config/frameworks/10-symfony.sh index 5f33c8e..8486afa 100644 --- a/config/frameworks/10-symfony.sh +++ b/config/frameworks/10-symfony.sh @@ -23,7 +23,7 @@ fi # Call on composer if no vendor dir if [ ! -d /application/vendor ]; then echo " -> Installing dependencies using composer..." - /usr/bin/composer install --no-dev --no-cache --optimize-autoloader --no-progress -q || exit 0 + /usr/bin/composer install --no-dev --no-cache --optimize-autoloader --no-progress -q || true fi # Call post-init script