Преглед на файлове

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