From 3feec0858bd3867f5a46a33f119039c7652c52bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 23 Jul 2016 20:03:59 +0100 Subject: [PATCH] Don't install hubzilla on onion only systems --- src/freedombone-app-hubzilla | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/freedombone-app-hubzilla b/src/freedombone-app-hubzilla index c066ecf3..f71a3814 100755 --- a/src/freedombone-app-hubzilla +++ b/src/freedombone-app-hubzilla @@ -167,6 +167,10 @@ function install_hubzilla { return fi + if [[ $ONION_ONLY != "no" ]]; then + return + fi + if grep -Fxq "install_hubzilla" $COMPLETION_FILE; then return fi