From 8dacd26f16efd0a6c9d1b3eb50a6d513fcf54e6e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Jan 2017 18:55:34 +0000 Subject: [PATCH] Enable ghost privacy option It's a pity this isn't the default --- src/freedombone-app-ghost | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone-app-ghost b/src/freedombone-app-ghost index a43b0068..8d21910b 100755 --- a/src/freedombone-app-ghost +++ b/src/freedombone-app-ghost @@ -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