Skip to content

Commit

Permalink
Add set commands to bash script for port_forward.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 30, 2022
1 parent e25ae3d commit b553c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion port_forward.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

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

num_chains=$(yq -r ".chains | length" $VALUES_FILE)
Expand Down

0 comments on commit b553c44

Please sign in to comment.