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 10:31:00 +02:00
parent f6ba6ad505
commit b92207d65e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -185,11 +185,11 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
chown root: "/etc/cron.d/$app"
chmod 644 "/etc/cron.d/$app"
# Run composer
# Run Composer
pushd "$final_path"
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
#ynh_exec_as "$app" bin/console config system addon ldapauth
popd
#=================================================