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

Update _common.sh

This commit is contained in:
Éric Gaspar 2024-05-13 15:47:47 +02:00
parent d5e246cabe
commit 2797806872

View file

@ -30,7 +30,7 @@ ynh_composer_execute() {
fi
COMPOSER_HOME="sudo -u $app $workdir/.composer" COMPOSER_MEMORY_LIMIT=-1 \
php${phpversion} "$workdir/composer.phar" $commands \
sudo -u $app php${phpversion} "$workdir/composer.phar" $commands \
-d "$workdir" --no-interaction --no-ansi 2>&1
}