Don't install hubzilla on onion-only variants

This commit is contained in:
Bob Mottram 2016-10-09 18:39:55 +01:00
parent a69afb25b1
commit e8a6d8fdd7
1 changed files with 47 additions and 47 deletions

View File

@ -137,8 +137,9 @@ function configure_interactive_hubzilla {
function install_interactive_hubzilla {
if [[ $ONION_ONLY != "no" ]]; then
HUBZILLA_DOMAIN_NAME='hubzilla.local'
else
return
fi
HUBZILLA_DETAILS_COMPLETE=
while [ ! $HUBZILLA_DETAILS_COMPLETE ]
do
@ -187,7 +188,6 @@ function install_interactive_hubzilla {
# save the results in the config file
write_config_param "HUBZILLA_DOMAIN_NAME" "$HUBZILLA_DOMAIN_NAME"
write_config_param "HUBZILLA_CODE" "$HUBZILLA_CODE"
fi
}
function change_password_hubzilla {