From 3bcad80f3857735dd0772e416b339cc43bef088f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 16 Apr 2018 13:49:15 +0100 Subject: [PATCH] Don't install scuttlebot on mesh nodes --- src/freedombone-app-scuttlebot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index ceee82b5..d0b792be 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -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