Check if installing to mesh
This commit is contained in:
parent
b6fb0670f6
commit
5dcf1140fa
|
@ -266,7 +266,7 @@ function mesh_install_ipfs_js {
|
|||
}
|
||||
|
||||
function install_ipfs_js {
|
||||
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
||||
if [ $INSTALLING_MESH ]; then
|
||||
mesh_install_ipfs_js
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue