Don't install scuttlebot on mesh nodes
This commit is contained in:
parent
2fbbe064db
commit
3bcad80f38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue