Disable hubzilla install for onion only
This commit is contained in:
parent
5101d63653
commit
4ac4f49dc3
|
@ -8042,6 +8042,10 @@ function install_hubzilla {
|
||||||
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
|
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
|
||||||
return
|
return
|
||||||
fi
|
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
|
# update to the next commit
|
||||||
if [ -d /var/www/$HUBZILLA_DOMAIN_NAME/htdocs ]; then
|
if [ -d /var/www/$HUBZILLA_DOMAIN_NAME/htdocs ]; then
|
||||||
|
|
Loading…
Reference in New Issue