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

zblerg, do not modify system_addressbook_exposed config value in the upgrade script

This commit is contained in:
Kayou 2024-07-29 15:39:44 +02:00 committed by GitHub
parent 4fa1f991eb
commit ae916549ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -294,12 +294,6 @@ then
exec_occ config:system:set overwrite.cli.url --value="https://${domain}${path}"
#=================================================
# ENABLE OR DISABLE SYSTEM ADDRESS BOOK
#=================================================
exec_occ config:app:set dav system_addressbook_exposed --value="$system_addressbook_exposed"
#=================================================
# MOUNT HOME FOLDERS AS EXTERNAL STORAGE
#=================================================