mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
Added blank lines to install.sh output strings
This commit is contained in:
parent
57a97b98d7
commit
067ce1813b
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ printf "Proceed (y/N)?"
|
|||
|
||||
read -r a </dev/tty
|
||||
|
||||
printf "\n"
|
||||
|
||||
if ! printf "%s" "$a" | grep -q "^[yY]"; then
|
||||
printf "Installation cancelled.\n"
|
||||
exit 125
|
||||
|
|
@ -53,6 +55,8 @@ if test -f "$DESTINATION_DIR/h-m-m"; then
|
|||
|
||||
read -r a </dev/tty
|
||||
|
||||
printf "\n"
|
||||
|
||||
if ! printf "%s" "$a" | grep -q "^[yY]"; then
|
||||
printf "Installation cancelled.\n"
|
||||
exit 125
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue