mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
docs: avoid indention error in converted config
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
492a8c3a8b
commit
18531659bc
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue