Add "..." to Install process termination message

This commit is contained in:
Suikan 2021-07-02 08:49:25 +09:00
parent f92329b782
commit a28dbcaa74
5 changed files with 22 additions and 21 deletions

View file

@ -27,7 +27,7 @@ function main() {
if [ ${YESNO} != "Y" -a ${YESNO} != "y" ] ; then
cat <<- HEREDOC 1>&2
Installation terminated.
...Installation process terminated..
HEREDOC
return
fi # if YES