Don't install hubzilla on onion only systems
This commit is contained in:
parent
53d74ab017
commit
3feec0858b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue