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