Przeglądaj źródła

fix regex error

philippe 7 lat temu
rodzic
commit
36cf600714
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      install_frontend_dependencies.sh

+ 1 - 1
install_frontend_dependencies.sh Wyświetl plik

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"