Removed extra return
This commit is contained in:
parent
3bb42549f6
commit
2682a5487a
@ -96,7 +96,6 @@ function setup_raspbian(){
|
|||||||
if [ "${OPT_SPARSE}" -eq 0 ]; then
|
if [ "${OPT_SPARSE}" -eq 0 ]; then
|
||||||
if ! type "bmaptool" > /dev/null; then
|
if ! type "bmaptool" > /dev/null; then
|
||||||
echo "[!] bmaptool not available, not creating a sparse image"
|
echo "[!] bmaptool not available, not creating a sparse image"
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "[+] Defaulting to sparse image generation as bmaptool is available"
|
echo "[+] Defaulting to sparse image generation as bmaptool is available"
|
||||||
OPT_SPARSE=1
|
OPT_SPARSE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user