1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

update apps during upgrade

This commit is contained in:
Éric Gaspar 2023-06-12 17:55:28 +02:00
parent 2d88325ab6
commit c80b08ab36

View file

@ -271,6 +271,9 @@ EOF
# Enable LDAP plugin # Enable LDAP plugin
exec_occ app:enable user_ldap exec_occ app:enable user_ldap
# Update all installed apps
exec_occ app:update --all
# Load the config file in nextcloud # Load the config file in nextcloud
exec_occ config:import "$nc_conf" exec_occ config:import "$nc_conf"