瀏覽代碼

Check if installing to mesh

Bob Mottram 9 年之前
父節點
當前提交
5dcf1140fa
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-ipfs

+ 1
- 1
src/freedombone-app-ipfs 查看文件

@@ -266,7 +266,7 @@ function mesh_install_ipfs_js {
266 266
 }
267 267
 
268 268
 function install_ipfs_js {
269
-    if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
269
+    if [ $INSTALLING_MESH ]; then
270 270
         mesh_install_ipfs_js
271 271
         return
272 272
     fi