소스 검색

Check if installing to mesh

Bob Mottram 9 년 전
부모
커밋
5dcf1140fa
No account linked to committer's email
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