Skip to content

Commit 9f8f23a

Browse files
committed
pm2 command rectification
1 parent e20544f commit 9f8f23a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

1_prerequisite.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ echo "
233233
# IMPORTANT MESSAGE #
234234
################################################################################
235235
# Make sure you have the below mentioned 2 files are available and populated #
236-
# as given below. Then start 'pm2 2_nodeStartPM2.bash start' script to run your #
236+
# as given below. Then start 'pm2 start 2_nodeStartPM2.bash' script to run your#
237237
# node in the background. To view your node log use 'pm2 logs 0'. #
238238
# #
239239
# File 1: password.txt => contains your keystore password #
@@ -251,6 +251,6 @@ echo "
251251
# follow keystore password condition). #
252252
# #
253253
# NOTE: This 2 files have default contents, please change the mail & passwords #
254-
# before starting 'pm2 2_nodeStartPM2.bash start'. #
254+
# before starting 'pm2 start 2_nodeStartPM2.bash'. #
255255
################################################################################
256256
################################################################################"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This script will install all the prerequisite tools, utilities for Plugin.
1919
# IMPORTANT MESSAGE #
2020
################################################################################
2121
# Make sure you have the below mentioned 2 files are available and populated #
22-
# as given below. Then start 'pm2 2_nodeStartPM2.bash start' script to run your#
22+
# as given below. Then start 'pm2 start 2_nodeStartPM2.bash' script to run your#
2323
# node in the background. To view your node log use 'pm2 logs 0'. #
2424
# #
2525
# File 1: password.txt => contains your keystore password #
@@ -37,11 +37,11 @@ This script will install all the prerequisite tools, utilities for Plugin.
3737
# follow keystore password condition). #
3838
# #
3939
# NOTE: This 2 files have default contents, please change the mail & passwords #
40-
# before starting 'pm2 2_nodeStartPM2.bash start'. #
40+
# before starting 'pm2 start 2_nodeStartPM2.bash'. #
4141
################################################################################
4242
################################################################################
4343
```
44-
2) Now execute 2_nodeStartPM2.bash through pm2 'pm2 2_nodeStartPM2.bash start'.
44+
2) Now execute 2_nodeStartPM2.bash through pm2 'pm2 start 2_nodeStartPM2.bash'.
4545
3) You can view the status(pm2 status 0) && logs(pm2 logs 0) of your running node
4646

4747

0 commit comments

Comments
 (0)