Typo
This commit is contained in:
parent
1acbc0fb4f
commit
164afa23f4
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ echo "---------------${nl_}"
|
|||
validate_config 1 # 0/1 0-do not display values
|
||||
echo "---------------${nl_}"
|
||||
|
||||
echo -n "Are yoy happy with that settings (yes/no) (no): "
|
||||
echo -n "Are you happy with that settings? yes/no (no): "
|
||||
read ANSWER
|
||||
if [ x$ANSWER != "xyes" ] ; then
|
||||
echo "${nl_}Fix the configuration options and rerun the script.${nl_}"
|
||||
|
|
Reference in a new issue