Skip to content

Commit

Permalink
Improve messaging in shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Sep 11, 2015
1 parent 633a5ff commit 6b92299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-natively.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if echo "$answer" | grep -iq "^y" ;then
#CMD create a symlink called shim-server/src/main/resources/public to the Grunt output directory
fi

echo "The MongoDB hostname defaults to the setting in application.yaml, initially mongo."
echo "The MongoDB hostname defaults to the setting in application.yaml. Initially the host name is 'mongo'."
echo -n "Please enter a hostname to override it, or press Enter to keep the default? "
read answer
trimmed=${answer// /}
Expand Down

0 comments on commit 6b92299

Please sign in to comment.