Code cleanup: remove extraneous space from end of line

master
BrainwreckedTech 3 years ago
parent 1b03e9c5d9
commit 1fe84d51d0

@ -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…
Cancel
Save