Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit bf64640

Browse files
author
Jim White
committed
Fixes #54 and Fixes #55 - typos in comments of the shell script
Signed-off-by: Jim White <[email protected]>
1 parent 0491bf8 commit bf64640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linux_setup.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ echo
6969
read name
7070
echo
7171

72-
# Ask for a user name
72+
# Ask for a user name password
7373
echo
74-
echo "What is the non-root user name who will own the folders where the database will be stored:"
74+
echo "What is the non-root user name password:"
7575
echo
7676

7777
# read the non-root user name password
@@ -136,7 +136,7 @@ gnome-terminal -x bash -c "sudo nohup mongod --dbpath $dbpath --shutdown "
136136
echo "Shutting down the database and sleep for 10 seconds"
137137
sleep 10s
138138

139-
# Change the oener of the DB dir
139+
# Change the owner of the DB dir
140140
sudo chown -R mongodb:mongodb $dirname
141141

142142
# Make changes to the DB

0 commit comments

Comments
 (0)