Enable ghost privacy option

It's a pity this isn't the default
This commit is contained in:
Bob Mottram 2017-01-12 18:55:34 +00:00
parent 851ede2ae1
commit 8dacd26f16
1 changed files with 3 additions and 0 deletions

View File

@ -265,6 +265,9 @@ function ghost_create_config {
echo " host: '127.0.0.1'," >> $ghost_config
echo " port: '${GHOST_PORT}'" >> $ghost_config
echo ' },' >> $ghost_config
echo ' privacy: {' >> $ghost_config
echo ' useTinfoil: true,' >> $ghost_config
echo ' },' >> $ghost_config
echo ' logging: false' >> $ghost_config
echo ' }' >> $ghost_config
echo '};' >> $ghost_config