소스 검색

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"