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..."