Преглед на файлове

Restore scuttlebot on mesh routers

Bob Mottram преди 7 години
родител
ревизия
94c5af7f7d
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0
    4
      src/freedombone-app-scuttlebot

+ 0
- 4
src/freedombone-app-scuttlebot Целия файл

197
 }
197
 }
198
 
198
 
199
 function mesh_install_scuttlebot {
199
 function mesh_install_scuttlebot {
200
-    if [[ $VARIANT == "mesh" ]]; then
201
-        return
202
-    fi
203
-
204
     cat <<EOF > $rootdir/usr/bin/install_scuttlebot
200
     cat <<EOF > $rootdir/usr/bin/install_scuttlebot
205
 #!/bin/bash
201
 #!/bin/bash
206
 npm install -g scuttlebot@${SCUTTLEBOT_VERSION}
202
 npm install -g scuttlebot@${SCUTTLEBOT_VERSION}