Don't install hubzilla on onion only systems

This commit is contained in:
Bob Mottram 2016-07-23 20:03:59 +01:00
parent 53d74ab017
commit 3feec0858b
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@ function install_hubzilla {
return
fi
if [[ $ONION_ONLY != "no" ]]; then
return
fi
if grep -Fxq "install_hubzilla" $COMPLETION_FILE; then
return
fi