浏览代码

Allow variable

Bob Mottram 7 年前
父节点
当前提交
6b54de1c35
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-app-scuttlebot

+ 1
- 0
src/freedombone-app-scuttlebot 查看文件

376
 }
376
 }
377
 
377
 
378
 function mesh_install_scuttlebot {
378
 function mesh_install_scuttlebot {
379
+    #shellcheck disable=SC2153
379
     if [[ "$VARIANT" != "meshclient" && "$VARIANT" != "meshusb" ]]; then
380
     if [[ "$VARIANT" != "meshclient" && "$VARIANT" != "meshusb" ]]; then
380
         return
381
         return
381
     fi
382
     fi