diff --git a/scripts/_common.sh b/scripts/_common.sh index b3a5639..5a97f74 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -79,7 +79,7 @@ exec_composer() { COMPOSER_HOME="${WORKDIR}/.composer" \ sudo /usr/bin/php7.1 "${WORKDIR}/composer.phar" $@ \ - -d "${WORKDIR}" --quiet --no-interaction + -d "${WORKDIR}" } # Install and initialize Composer in the given directory