Check if installing to mesh

This commit is contained in:
Bob Mottram 2016-08-13 11:54:41 +01:00
parent b6fb0670f6
commit 5dcf1140fa
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

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