mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
--quiet
This commit is contained in:
parent
f55ce3b302
commit
3343b7b82f
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ chmod 644 "/etc/cron.d/$app"
|
||||||
|
|
||||||
# Run composer
|
# Run composer
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev
|
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet
|
||||||
ynh_exec_as "$app" bin/console config system addon ldapauth
|
ynh_exec_as "$app" bin/console config system addon ldapauth
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
|
@ -186,7 +186,7 @@ chmod 644 "/etc/cron.d/$app"
|
||||||
|
|
||||||
# Run composer
|
# Run composer
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev
|
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet
|
||||||
ynh_exec_as "$app" bin/console dbstructure update
|
ynh_exec_as "$app" bin/console dbstructure update
|
||||||
ynh_exec_as "$app" bin/console config system addon ldapauth
|
ynh_exec_as "$app" bin/console config system addon ldapauth
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue