ソースを参照

Check if installing to mesh

Bob Mottram 8 年 前
コミット
5dcf1140fa
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有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