Hubzilla failure message

This commit is contained in:
Bob Mottram 2017-06-07 20:17:28 +01:00
parent 96b4ad2f36
commit 6ba589afba
1 changed files with 2 additions and 1 deletions

View File

@ -304,7 +304,8 @@ function install_hubzilla {
fi
if [[ $ONION_ONLY != "no" ]]; then
return
echo $"Hubzilla won't work on an onion address"
exit 529925
fi
HUBZILLA_PATH=/var/www/$HUBZILLA_DOMAIN_NAME/htdocs