Message fix.
This commit is contained in:
parent
881c96ff07
commit
8b61744aef
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ echo "${SD_BORDER}${nl_}"
|
|||
echo -n "Are you happy with these settings? yes/no (no): "
|
||||
read ANSWER
|
||||
if [ x$ANSWER != "xyes" ] ; then
|
||||
echo "${nl_}Fix the configuration options and rerun the script.${nl_}"
|
||||
echo "${nl_}Rerun make to fix the configuration options.${nl_}"
|
||||
exit 1
|
||||
fi
|
||||
echo "${nl_}${SD_BORDER}${nl_}"
|
||||
|
|
Reference in a new issue