From 94c5af7f7d4f177841bf6cc0cb549db6d5567e1f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 29 Oct 2017 15:36:45 +0000 Subject: [PATCH] Restore scuttlebot on mesh routers --- src/freedombone-app-scuttlebot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index a64fed34..85e58e60 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -197,10 +197,6 @@ function remove_scuttlebot { } function mesh_install_scuttlebot { - if [[ $VARIANT == "mesh" ]]; then - return - fi - cat < $rootdir/usr/bin/install_scuttlebot #!/bin/bash npm install -g scuttlebot@${SCUTTLEBOT_VERSION}