From 5db8ae3fefba0c08c3916207e5aa71ca7eaf081f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 30 Jul 2022 05:35:29 -0500 Subject: [PATCH] fix: add newline for confirmation --- Misc/Arch-LuksCrypt-Install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/Arch-LuksCrypt-Install.bash b/Misc/Arch-LuksCrypt-Install.bash index d1496ba..59c4f6d 100644 --- a/Misc/Arch-LuksCrypt-Install.bash +++ b/Misc/Arch-LuksCrypt-Install.bash @@ -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 }