forgot to escape the sed strings, fixed
parent
7e4f4f1378
commit
a72ec7861e
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"DOMAIN_NAME":["exec","sed --quiet "/domain_name=/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"],
|
"CONTENT_DIR":["exec","sed --quiet \"/threadr_home=/s/.*=//p\" config/names.conf"],
|
||||||
"ABOUT_PAGE":["file","config/templates/about.template"]
|
"ABOUT_PAGE":["file","config/templates/about.template"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue