浏览代码

Don't install hubzilla on onion only systems

Bob Mottram 8 年前
父节点
当前提交
3feec0858b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/freedombone-app-hubzilla

+ 4
- 0
src/freedombone-app-hubzilla 查看文件

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