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