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
|
|
@ -14,13 +14,13 @@ function parainstall() {
|
|||
# Check if installer still exist
|
||||
if ! ps $INSTALLER_PID > /dev/null ; then # If not exists
|
||||
cat <<-HEREDOC 1>&2
|
||||
The installer terminated unexpectedly.
|
||||
...The installer terminated unexpectedly.
|
||||
...Delete the new logical volume "${VGNAME}-${LVROOTNAME}".
|
||||
HEREDOC
|
||||
lvremove -f /dev/mapper/${VGNAME}-${LVROOTNAME}
|
||||
cat <<-HEREDOC 1>&2
|
||||
|
||||
Installation process terminated.
|
||||
...Installation process terminated.
|
||||
HEREDOC
|
||||
return 1 # with error status
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue