From 0b1c51dcc7f158f0944d2e239282da205e99aeb8 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 9 Jun 2020 20:03:28 -0700 Subject: [PATCH] If a step fails, abort script. --- scripts/linux_connection_share.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/linux_connection_share.sh b/scripts/linux_connection_share.sh index a926255..380afa0 100755 --- a/scripts/linux_connection_share.sh +++ b/scripts/linux_connection_share.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -e # name of the ethernet gadget interface on the host USB_IFACE=${1:-enp0s20f0u1}