Restore scuttlebot on mesh routers
This commit is contained in:
parent
716705fbea
commit
94c5af7f7d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue