소스 검색

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