Don't install scuttlebot on mesh nodes

This commit is contained in:
Bob Mottram 2018-04-16 13:49:15 +01:00
parent 2fbbe064db
commit 3bcad80f38
1 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,10 @@ function install_dat {
}
function mesh_install_scuttlebot {
if [[ "$VARIANT" != "meshclient" && "$VARIANT" != "meshusb" ]]; then
return
fi
SCUTTLEBOT_ONION_HOSTNAME=
mesh_install_dat