Enable ghost privacy option
It's a pity this isn't the default
This commit is contained in:
parent
851ede2ae1
commit
8dacd26f16
|
@ -265,6 +265,9 @@ function ghost_create_config {
|
||||||
echo " host: '127.0.0.1'," >> $ghost_config
|
echo " host: '127.0.0.1'," >> $ghost_config
|
||||||
echo " port: '${GHOST_PORT}'" >> $ghost_config
|
echo " port: '${GHOST_PORT}'" >> $ghost_config
|
||||||
echo ' },' >> $ghost_config
|
echo ' },' >> $ghost_config
|
||||||
|
echo ' privacy: {' >> $ghost_config
|
||||||
|
echo ' useTinfoil: true,' >> $ghost_config
|
||||||
|
echo ' },' >> $ghost_config
|
||||||
echo ' logging: false' >> $ghost_config
|
echo ' logging: false' >> $ghost_config
|
||||||
echo ' }' >> $ghost_config
|
echo ' }' >> $ghost_config
|
||||||
echo '};' >> $ghost_config
|
echo '};' >> $ghost_config
|
||||||
|
|
Loading…
Reference in New Issue