1
0
Fork 0
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:
ericgaspar 2021-07-19 08:55:17 +02:00
parent ff56d76f9d
commit f55ce3b302

View file

@ -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
#================================================= #=================================================