Another minor grammar fix
This commit is contained in:
parent
da626a9692
commit
7e6ddf0138
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ echo "---------------${nl_}"
|
||||||
validate_config
|
validate_config
|
||||||
echo "---------------${nl_}"
|
echo "---------------${nl_}"
|
||||||
|
|
||||||
echo -n "Are you happy with that settings? yes/no (no): "
|
echo -n "Are you happy with these settings? yes/no (no): "
|
||||||
read ANSWER
|
read ANSWER
|
||||||
if [ x$ANSWER != "xyes" ] ; then
|
if [ x$ANSWER != "xyes" ] ; then
|
||||||
echo "${nl_}Fix the configuration options and rerun the script.${nl_}"
|
echo "${nl_}Fix the configuration options and rerun the script.${nl_}"
|
||||||
|
|
Reference in a new issue