Browse Source

Don't install hubzilla on onion only systems

Bob Mottram 8 years ago
parent
commit
3feec0858b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-app-hubzilla

+ 4
- 0
src/freedombone-app-hubzilla View File

@@ -167,6 +167,10 @@ function install_hubzilla {
167 167
 		return
168 168
 	fi
169 169
 
170
+	if [[ $ONION_ONLY != "no" ]]; then
171
+		return
172
+	fi
173
+
170 174
 	if grep -Fxq "install_hubzilla" $COMPLETION_FILE; then
171 175
 		return
172 176
 	fi