Code cleanup: remove extraneous space from end of line
This commit is contained in:
parent
1b03e9c5d9
commit
1fe84d51d0
2
mkcrypt
2
mkcrypt
@ -33,7 +33,7 @@ if [ "${CONFRM,,}" = "y" ]; then
|
|||||||
read DEVFIL
|
read DEVFIL
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if [ "${DEVFIL,,}" = "n" ]; then
|
if [ "${DEVFIL,,}" = "n" ]; then
|
||||||
echo "Not filling ${DEVICE} with random data."
|
echo "Not filling ${DEVICE} with random data."
|
||||||
else
|
else
|
||||||
echo "Filling ${DEVICE} with random data..."
|
echo "Filling ${DEVICE} with random data..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user