mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Add "..." to Install process termination message
This commit is contained in:
parent
f92329b782
commit
a28dbcaa74
5 changed files with 22 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue