Restore scuttlebot on mesh routers

This commit is contained in:
Bob Mottram 2017-10-29 15:36:45 +00:00
parent 716705fbea
commit 94c5af7f7d
1 changed files with 0 additions and 4 deletions

View File

@ -197,10 +197,6 @@ function remove_scuttlebot {
}
function mesh_install_scuttlebot {
if [[ $VARIANT == "mesh" ]]; then
return
fi
cat <<EOF > $rootdir/usr/bin/install_scuttlebot
#!/bin/bash
npm install -g scuttlebot@${SCUTTLEBOT_VERSION}