From 2bd5ae4aa60a1c7a01aab84b9c8eb9cc4c23ad2b Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 2 Sep 2021 08:27:52 +0200 Subject: [PATCH] fixed file location --- macros/pass3_install-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/pass3_install-config.json b/macros/pass3_install-config.json index ee23bc1..36c8b97 100644 --- a/macros/pass3_install-config.json +++ b/macros/pass3_install-config.json @@ -1,5 +1,5 @@ { "DOMAIN_NAME":["exec","sed --quiet \"/domain_name=/s/.*=//p\" config/names.conf"], "CONTENT_DIR":["exec","sed --quiet \"/threadr_home=/s/.*=//p\" config/names.conf"], - "ABOUT_PAGE":["file","config/templates/about.template"] + "ABOUT_PAGE":["file","config/about.template"] }