Single quotes

This commit is contained in:
Bob Mottram 2016-11-18 15:45:21 +00:00
parent ac4d292809
commit 9a1e2f3f6b
1 changed files with 1 additions and 1 deletions

View File

@ -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