From 8b12e03082f159246adb662c4628b7cd4cfb4bd8 Mon Sep 17 00:00:00 2001 From: Max-Julian Pogner <3034970+qyanu@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:17:08 +0100 Subject: [PATCH] fixup! docs: borg serve: recommend using a simple shell (closes #3818) Co-authored-by: TW --- docs/usage/serve.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/serve.rst b/docs/usage/serve.rst index 19d2f6e754..acd8c876de 100644 --- a/docs/usage/serve.rst +++ b/docs/usage/serve.rst @@ -77,7 +77,7 @@ If you then run borg commands with ``--lock-wait 600``, this gives sufficient ti You may, of course, modify the timeout values demonstrated above to values that suit your environment and use case. When the client is untrusted, it is a good idea to set the backup -user's shell to a simple implementation (The example /bin/sh may or may +user's shell to a simple implementation (``/bin/sh`` is only an example and may or may not be such a simple implementation):: chsh -s /bin/sh BORGUSER