Merge pull request #7816 from hartmann-daniel/patch-1

smbserver: update json to enable the check of filesystem changes automatically
This commit is contained in:
Simon L.
2026-03-27 13:18:10 +01:00
committed by GitHub

View File

@@ -54,6 +54,9 @@
"ui_secret": "SMBSERVER_PASSWORD",
"backup_volumes": [
"nextcloud_aio_smbserver"
],
"nextcloud_exec_commands": [
"php /var/www/html/occ config:system:set filesystem_check_changes --value=1 --type=integer"
]
}
]