Merge pull request #891 from voodoologic/master

If a step fails, abort script.
This commit is contained in:
Simone Margaritelli 2020-06-26 14:10:52 +02:00 committed by GitHub
commit a0cd0d4936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
# name of the ethernet gadget interface on the host
USB_IFACE=${1:-enp0s20f0u1}