diff --git a/src/freedombone b/src/freedombone index 46d9b981..f35d8d83 100755 --- a/src/freedombone +++ b/src/freedombone @@ -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