Removed extra return

This commit is contained in:
gh0stshell
2019-10-05 22:26:03 -07:00
committed by GitHub
parent 3bb42549f6
commit 2682a5487a

View File

@ -96,7 +96,6 @@ function setup_raspbian(){
if [ "${OPT_SPARSE}" -eq 0 ]; then
if ! type "bmaptool" > /dev/null; then
echo "[!] bmaptool not available, not creating a sparse image"
else
echo "[+] Defaulting to sparse image generation as bmaptool is available"
OPT_SPARSE=1