From 4ac4f49dc30e79e9d6f4b4a94ced7099856cddee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Dec 2015 21:28:22 +0000 Subject: [PATCH] Disable hubzilla install for onion only --- src/freedombone | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/freedombone b/src/freedombone index cec31ddb..17bea8b8 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8042,6 +8042,10 @@ function install_hubzilla { if [ ! $HUBZILLA_DOMAIN_NAME ]; then return fi + # For now it probably won't install as onion-only. This might change in future + if [[ $ONION_ONLY != "no" ]]; then + return + fi # update to the next commit if [ -d /var/www/$HUBZILLA_DOMAIN_NAME/htdocs ]; then