philippe пре 5 година
родитељ
комит
36cf600714
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install_frontend_dependencies.sh

+ 1 - 1
install_frontend_dependencies.sh Прегледај датотеку

@@ -7,7 +7,7 @@
7 7
 
8 8
 (
9 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 12
   if [ $? -eq 0 ]; then
13 13
     log "nodjs is installed"