浏览代码

fix regex error

philippe 6 年前
父节点
当前提交
36cf600714
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install_frontend_dependencies.sh

+ 1 - 1
install_frontend_dependencies.sh 查看文件

7
 
7
 
8
 (
8
 (
9
   log "verify if nodjs is installed"
9
   log "verify if nodjs is installed"
10
-  dpkg -l | grep '^ii' | grep 'noidejs\s'
10
+  dpkg -l | grep '^ii' | grep 'nodejs\s'
11
 
11
 
12
   if [ $? -eq 0 ]; then
12
   if [ $? -eq 0 ]; then
13
     log "nodjs is installed"
13
     log "nodjs is installed"