File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ if [ $? -eq 0 ]
197197then
198198 echo " plugin_db creation: passed"
199199else
200- echo " plugin_de creation: failed"
200+ echo " plugin_db creation: failed"
201201 exit 1
202202fi
203203sudo -u postgres psql -c " alter user postgres PASSWORD 'postgres'"
@@ -210,6 +210,17 @@ else
210210fi
211211echo " <<<<<<<<<------------------Creating database - STEP 9/9 Completed--------------------->>>>>>>>>"
212212# ########################################
213+ # ########################################npm installation
214+ echo " <<<<<<<<<------------------pm2 installation Started--------------------->>>>>>>>>"
215+ sudo npm install -g pm2
216+ if [ $? -eq 0 ]
217+ then
218+ echo " pm2 installation: passed"
219+ else
220+ echo " pm2 installation: failed"
221+ exit 1
222+ fi
223+ echo " <<<<<<<<<------------------pm2 installation Completed--------------------->>>>>>>>>"
213224# ########################################Plugin Node kickstart
214225# cd Plugin
215226echo ` date` >> time.txt
You can’t perform that action at this time.
0 commit comments