1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Update scripts/upgrade

Co-authored-by: Roman Kupriyanov <mr.eshua@gmail.com>
This commit is contained in:
Éric Gaspar 2021-07-19 08:10:44 +02:00 committed by GitHub
parent 7725782121
commit 41a1b79c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,8 @@ chmod 644 "/etc/cron.d/$app"
# Run composer
pushd "$final_path"
php$phpversion bin/console dbstructure update 2> /dev/null
php$phpversion bin/composer.phar install --no-dev
bin/console dbstructure update
bin/console config system addon ldapauth
popd