Disable hubzilla install for onion only

This commit is contained in:
Bob Mottram 2015-12-30 21:28:22 +00:00
parent 5101d63653
commit 4ac4f49dc3
1 changed files with 4 additions and 0 deletions

View File

@ -8042,6 +8042,10 @@ function install_hubzilla {
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
return
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
if [ -d /var/www/$HUBZILLA_DOMAIN_NAME/htdocs ]; then