Skip to content

Commit 9b7fa6d

Browse files
committed
docs: avoid indention error in converted config
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent 30b5f00 commit 9b7fa6d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

config/config.sample.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,8 +2370,7 @@
23702370

23712371
/**
23722372
* Allow creation of external storages of type "Local" via the web interface and
2373-
* APIs. When disabled, local storages can still be created using the occ command::
2374-
* occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
2373+
* 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``.
23752374
*
23762375
* Defaults to ``true``
23772376
*/
@@ -2530,8 +2529,7 @@
25302529

25312530
/**
25322531
* Set the data fingerprint for the current data served. Used by clients to
2533-
* detect if a backup has been restored. Update this by running::
2534-
* occ maintenance:data-fingerprint
2532+
* detect if a backup has been restored. Update this by running ``occ maintenance:data-fingerprint``.
25352533
*
25362534
* Changing or deleting this value may cause connected clients to stall until
25372535
* conflicts are resolved.

0 commit comments

Comments
 (0)