Skip to content
Snippets Groups Projects
Commit 9a1e2f3f authored by Bob Mottram's avatar Bob Mottram
Browse files

Single quotes

parent ac4d2928
No related branches found
No related tags found
No related merge requests found
......@@ -732,7 +732,7 @@ function install_gnusocial_main {
fi
# turn off logging
echo "\$config['site']['logfile'] = /dev/null;" >> $gnusocial_config_file
echo "\$config['site']['logfile'] = '/dev/null';" >> $gnusocial_config_file
# This improves performance
sed -i "s|//\$config\['db'\]\['schemacheck'\].*|\$config\['db'\]\['schemacheck'\] = 'script';|g" $gnusocial_config_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment