mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
Removed extra return
This commit is contained in:
parent
3bb42549f6
commit
2682a5487a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue