Skip to content

Commit

Permalink
File mode; exit on error
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Dec 10, 2021
1 parent 25b9202 commit c5894fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions secret-device-adapters-checkout.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# If there is an existing clone of SecretDeviceAdapters, it is used regardless
# of its settings and which remote it points to.

set -e

if [ ! -f secret-device-adapters-commit ]; then
echo The secret-device-adapters-commit file is missing.
exit 1
Expand Down

0 comments on commit c5894fa

Please sign in to comment.