forgot to escape the sed strings, fixed

master
BodgeMaster 2021-09-02 08:24:03 +02:00
parent 7e4f4f1378
commit a72ec7861e
1 changed files with 2 additions and 2 deletions

View File

@ -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"]
}