From 864d8d03f5965396354ec441d1e53038be47889c Mon Sep 17 00:00:00 2001 From: tucoinfo Date: Wed, 25 Oct 2023 10:30:00 +0200 Subject: [PATCH] Update template.rst Fix template CP example --- docs/chapters/template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/template.rst b/docs/chapters/template.rst index b0c23fb..949b364 100644 --- a/docs/chapters/template.rst +++ b/docs/chapters/template.rst @@ -70,7 +70,7 @@ use, be sure to include `usr` in the template OVERLAY definition. eg; .. code-block:: shell - echo "CP usr" >> /usr/local/bastille/templates/username/template/Bastillefile + echo "CP usr /" >> /usr/local/bastille/templates/username/template/Bastillefile The above example "usr" will include anything under "usr" inside the template. You do not need to list individual files. Just include the top-level directory