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:
parent
d5e246cabe
commit
2797806872
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue