diff --git a/macros/pass3_install-config.json b/macros/pass3_install-config.json index d4acbeb..ee23bc1 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"], + "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"] }