浏览代码

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
 }
266
 }
267
 
267
 
268
 function install_ipfs_js {
268
 function install_ipfs_js {
269
-    if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
269
+    if [ $INSTALLING_MESH ]; then
270
         mesh_install_ipfs_js
270
         mesh_install_ipfs_js
271
         return
271
         return
272
     fi
272
     fi