Update internal setup script so it triggers failure during setup on non-zero exit codes

This commit is contained in:
wheaney 2023-12-15 21:02:27 -08:00
parent cc384fdfaa
commit 3f379351ef
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
# This script gets packaged with the release and should do the bulk of the setup work. This allows this setup to be tied
# to a specific release of the code, and guarantees it will never run along-side newer or older binaries.