Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
m-1-k-3 committed Dec 11, 2022
1 parent ef5506d commit ac89f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/L10_system_emulation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ write_network_config_to_filesystem() {
fi
if [[ "$DEVICE" == "NA" ]]; then
print_output "[-] No Qemu Image device identified"
break
return
fi
sleep 1
print_output "[*] Device mapper created at $ORANGE${DEVICE}$NC"
Expand Down

0 comments on commit ac89f03

Please sign in to comment.