Can install hubzilla on onion-only systems
This commit is contained in:
parent
9b19f65362
commit
ba2308e1e2
|
@ -8987,10 +8987,6 @@ function install_hubzilla {
|
||||||
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
|
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# Don't install on onion-only systems
|
|
||||||
#if [[ $ONION_ONLY != 'no' ]]; then
|
|
||||||
# return
|
|
||||||
#fi
|
|
||||||
|
|
||||||
HUBZILLA_PATH=/var/www/$HUBZILLA_DOMAIN_NAME/htdocs
|
HUBZILLA_PATH=/var/www/$HUBZILLA_DOMAIN_NAME/htdocs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue