Pārlūkot izejas kodu

Don't install hubzilla on onion only systems

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
3feec0858b
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      src/freedombone-app-hubzilla

+ 4
- 0
src/freedombone-app-hubzilla Parādīt failu

@@ -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