@@ -8992,6 +8992,10 @@ function install_hubzilla {
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
return
fi
+ # Don't install on onion-only systems
+ if [[ $ONION_ONLY != 'no' ]]; then
+ return
+ fi
# update to a new commit if needed
set_repo_commit /var/www/$HUBZILLA_DOMAIN_NAME/htdocs "Hubzilla commit" "$HUBZILLA_COMMIT" $HUBZILLA_REPO