From 1fe84d51d0bab625c179de90ad281bb946398e2b Mon Sep 17 00:00:00 2001 From: BrainwreckedTech <3752022+BrainwreckedTech@users.noreply.github.com> Date: Mon, 20 Dec 2021 01:14:13 -0500 Subject: [PATCH] Code cleanup: remove extraneous space from end of line --- mkcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkcrypt b/mkcrypt index 5cad476..27c929c 100755 --- a/mkcrypt +++ b/mkcrypt @@ -33,7 +33,7 @@ if [ "${CONFRM,,}" = "y" ]; then read DEVFIL echo "" - if [ "${DEVFIL,,}" = "n" ]; then + if [ "${DEVFIL,,}" = "n" ]; then echo "Not filling ${DEVICE} with random data." else echo "Filling ${DEVICE} with random data..."