Skip to content

Commit

Permalink
Fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Aug 5, 2021
1 parent 23a7839 commit a7d341b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/local_testnet/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
# $VALIDATOR_COUNT and $NODE_COUNT variables.
#

set -o nounset errexit pipefail
set -o nounset
set -o errexit
set -o pipefail

source ./vars.env

Expand Down

0 comments on commit a7d341b

Please sign in to comment.