From 43e2f303def858974f47160e1b657385477e7a9f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 17 Jun 2021 20:13:02 -0500 Subject: [PATCH] Add recursive to copy in readme --- etc/netbootxyz/custom/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/netbootxyz/custom/README.md b/etc/netbootxyz/custom/README.md index c1a7ac74..b0b794f8 100644 --- a/etc/netbootxyz/custom/README.md +++ b/etc/netbootxyz/custom/README.md @@ -20,7 +20,7 @@ A sample menu is provided to demonstrate how to configure and set up a menu. You can copy the custom directory from the repo: ``` -cp etc/netbootxyz/custom /etc/netbootxyz/custom +cp -r etc/netbootxyz/custom /etc/netbootxyz/custom ``` If you are building via Docker, you can create a `custom` folder in @@ -29,4 +29,4 @@ the root source directory and then set the variable like so: ``` custom_generate_menus: true custom_templates_dir: "/ansible/custom" -``` \ No newline at end of file +```