If a step fails, abort script.

This commit is contained in:
Doug 2020-06-09 20:03:28 -07:00
parent 05b235c38b
commit 0b1c51dcc7

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}