fix: add newline for confirmation
This commit is contained in:
parent
8e79c9fb2d
commit
5db8ae3fef
@ -18,7 +18,7 @@ confirmation() {
|
||||
n | N)
|
||||
return 1
|
||||
;;
|
||||
*) printf "\nInput must be either y, Y, n, or N" ;;
|
||||
*) printf "\nInput must be either y, Y, n, or N\n" ;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user