mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Removed extra return
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user