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:
parent
7725782121
commit
41a1b79c3d
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ chmod 644 "/etc/cron.d/$app"
|
||||||
|
|
||||||
# Run composer
|
# Run composer
|
||||||
pushd "$final_path"
|
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
|
bin/console config system addon ldapauth
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue