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
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $ONION_ONLY != "no" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
if grep -Fxq "install_hubzilla" $COMPLETION_FILE; then
|
if grep -Fxq "install_hubzilla" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue