Don't install hubzilla on onion-only variants
This commit is contained in:
parent
a69afb25b1
commit
e8a6d8fdd7
|
@ -137,8 +137,9 @@ function configure_interactive_hubzilla {
|
||||||
|
|
||||||
function install_interactive_hubzilla {
|
function install_interactive_hubzilla {
|
||||||
if [[ $ONION_ONLY != "no" ]]; then
|
if [[ $ONION_ONLY != "no" ]]; then
|
||||||
HUBZILLA_DOMAIN_NAME='hubzilla.local'
|
return
|
||||||
else
|
fi
|
||||||
|
|
||||||
HUBZILLA_DETAILS_COMPLETE=
|
HUBZILLA_DETAILS_COMPLETE=
|
||||||
while [ ! $HUBZILLA_DETAILS_COMPLETE ]
|
while [ ! $HUBZILLA_DETAILS_COMPLETE ]
|
||||||
do
|
do
|
||||||
|
@ -187,7 +188,6 @@ function install_interactive_hubzilla {
|
||||||
# save the results in the config file
|
# save the results in the config file
|
||||||
write_config_param "HUBZILLA_DOMAIN_NAME" "$HUBZILLA_DOMAIN_NAME"
|
write_config_param "HUBZILLA_DOMAIN_NAME" "$HUBZILLA_DOMAIN_NAME"
|
||||||
write_config_param "HUBZILLA_CODE" "$HUBZILLA_CODE"
|
write_config_param "HUBZILLA_CODE" "$HUBZILLA_CODE"
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function change_password_hubzilla {
|
function change_password_hubzilla {
|
||||||
|
|
Loading…
Reference in New Issue