Removed extra return

This commit is contained in:
gh0stshell 2019-10-05 22:26:03 -07:00 committed by GitHub
parent 3bb42549f6
commit 2682a5487a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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