docs: avoid indention error in converted config

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2025-10-21 16:49:05 +02:00
parent 492a8c3a8b
commit 18531659bc
No known key found for this signature in database
GPG key ID: 4A81C29F63464E8F

View file

@ -2370,7 +2370,8 @@ $CONFIG = [
/**
* Allow creation of external storages of type "Local" via the web interface and
* APIs. When disabled, local storages can still be created using the occ command::
* occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
*
* occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
*
* Defaults to ``true``
*/
@ -2530,7 +2531,8 @@ $CONFIG = [
/**
* Set the data fingerprint for the current data served. Used by clients to
* detect if a backup has been restored. Update this by running::
* occ maintenance:data-fingerprint
*
* occ maintenance:data-fingerprint
*
* Changing or deleting this value may cause connected clients to stall until
* conflicts are resolved.