Skip to content

Commit e85e3d2

Browse files
committed
fixed bash filenaem
1 parent b3a9f5b commit e85e3d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.sh start' script to run your #
236+
# as given below. Then start 'pm2 2_nodeStartPM2.bash start' 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.sh start'. #
254+
# before starting 'pm2 2_nodeStartPM2.bash start'. #
255255
################################################################################
256256
################################################################################"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are 2 scripts in this repo(1_prerequisite.bash,2_nodeStartPM2.bash) & 2 fi
1313
to your own known password(we just given a default as 'postgres', just change 'your_password') at line number 202 of 1_prerequisite.bash.
1414
This script will install all the prerequisite tools, utilities for Plugin.
1515
- After successfull execution of 1_prerequisite.bash, kindly go through the instructions to be followed
16-
for executing 2_nodeStartPM2.sh as mentioned below.
16+
for executing 2_nodeStartPM2.bash as mentioned below.
1717
```
1818
################################################################################
1919
# IMPORTANT MESSAGE #

0 commit comments

Comments
 (0)