From b286bdf7254b5f0a09fb5d53d37ee9ba0dcdcfbf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Feb 2016 15:14:36 +0000 Subject: [PATCH] backslash --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 5eba306e..03197c20 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8557,7 +8557,7 @@ function install_gnu_social { fi # This improves performance - sed -i "s|\\\$config['db']['schemacheck'].*|\$config['db']['schemacheck'] = 'script';|g" $microblog_config_file + sed -i "s|\\\\$config['db']['schemacheck'].*|\$config['db']['schemacheck'] = 'script';|g" $microblog_config_file MICROBLOG_ONION_HOSTNAME=$(add_onion_service microblog 80 ${MICROBLOG_ONION_PORT})