Skip to content

Commit

Permalink
Merge pull request #377 from DFE-Digital/2242-konduitsh-fail-explicit…
Browse files Browse the repository at this point in the history
…ly-when-permission-is-missing-2

[2242] Add -o pipefail to konduit.sh
  • Loading branch information
saliceti authored Feb 11, 2025
2 parents 917fb38 + 9f538cc commit 378d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/konduit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Stop the script in case a command fails. Cleanup will still run
# Fail when a variable is unexpectedly not set
# If variable $VAR can be unset, use ${VAR:-} to provide a default "" value
set -eu
set -euo pipefail

help() {
echo
Expand Down

0 comments on commit 378d4ab

Please sign in to comment.