From 18531659bcae7556954b3ac8da7d0fe89f288b94 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 21 Oct 2025 16:49:05 +0200 Subject: [PATCH] docs: avoid indention error in converted config Signed-off-by: Daniel Kesselberg --- config/config.sample.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 7ccfda3e96b..0dc3e9c9592 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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.