Skip to content

Commit

Permalink
If a step fails, abort script.
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoologic committed Jun 10, 2020
1 parent 05b235c commit 0b1c51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/linux_connection_share.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e

# name of the ethernet gadget interface on the host
USB_IFACE=${1:-enp0s20f0u1}
Expand Down

0 comments on commit 0b1c51d

Please sign in to comment.