mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge pull request #891 from voodoologic/master
If a step fails, abort script.
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
|
|
||||||
# name of the ethernet gadget interface on the host
|
# name of the ethernet gadget interface on the host
|
||||||
USB_IFACE=${1:-enp0s20f0u1}
|
USB_IFACE=${1:-enp0s20f0u1}
|
||||||
|
Reference in New Issue
Block a user