Can install hubzilla on onion-only systems

This commit is contained in:
Bob Mottram 2016-02-24 10:46:31 +00:00
parent 9b19f65362
commit ba2308e1e2
1 changed files with 0 additions and 4 deletions

View File

@ -8987,10 +8987,6 @@ function install_hubzilla {
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
return
fi
# Don't install on onion-only systems
#if [[ $ONION_ONLY != 'no' ]]; then
# return
#fi
HUBZILLA_PATH=/var/www/$HUBZILLA_DOMAIN_NAME/htdocs