Skip to content
Snippets Groups Projects
Commit 3bcad80f authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't install scuttlebot on mesh nodes

parent 2fbbe064
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment