1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
This commit is contained in:
ericgaspar 2021-07-19 09:16:19 +02:00
parent f55ce3b302
commit 3343b7b82f
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ chmod 644 "/etc/cron.d/$app"
# Run composer
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
popd

View file

@ -186,7 +186,7 @@ chmod 644 "/etc/cron.d/$app"
# Run composer
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 config system addon ldapauth
popd