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