1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

composer fix

This commit is contained in:
anmol26s 2018-06-30 15:05:34 +05:30
parent 6eb85403ae
commit d33426529f

View file

@ -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