mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Make warning message stronger.
Add comment to the error return
This commit is contained in:
parent
ce949a547a
commit
4f54f0bdbd
5 changed files with 21 additions and 18 deletions
|
|
@ -18,7 +18,7 @@ function parainstall() {
|
|||
|
||||
Installation process terminated.
|
||||
HEREDOC
|
||||
return 1
|
||||
return 1 # with error status
|
||||
fi
|
||||
done # while
|
||||
|
||||
|
|
@ -32,6 +32,7 @@ function parainstall() {
|
|||
|
||||
# And then, wait for the end of installer process
|
||||
echo "...Waiting for the end of GUI/TUI installer."
|
||||
echo "...Again, DO NOT reboot here. Just exit the GUI/TUI installer."
|
||||
wait $INSTALLER_PID
|
||||
|
||||
# succesfull return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue