diff --git a/master.sh b/master.sh index 1b32467..a687b76 100755 --- a/master.sh +++ b/master.sh @@ -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_}"