backslash
This commit is contained in:
parent
d12114c22b
commit
b286bdf725
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in New Issue