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:
parent
6eb85403ae
commit
d33426529f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ exec_composer() {
|
||||||
|
|
||||||
COMPOSER_HOME="${WORKDIR}/.composer" \
|
COMPOSER_HOME="${WORKDIR}/.composer" \
|
||||||
sudo /usr/bin/php7.1 "${WORKDIR}/composer.phar" $@ \
|
sudo /usr/bin/php7.1 "${WORKDIR}/composer.phar" $@ \
|
||||||
-d "${WORKDIR}" --quiet --no-interaction
|
-d "${WORKDIR}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install and initialize Composer in the given directory
|
# Install and initialize Composer in the given directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue