diff --git a/deploy/scripts/install-combine.sh b/deploy/scripts/install-combine.sh index 5c9d3e7fa7..b32cb18d66 100755 --- a/deploy/scripts/install-combine.sh +++ b/deploy/scripts/install-combine.sh @@ -1,4 +1,5 @@ #! /usr/bin/env bash +set -eo pipefail # Set the environment variables that are required by The Combine. # In addition, the values are stored in a file so that they do not @@ -8,13 +9,6 @@ set-combine-env () { # Generate JWT Secret Key COMBINE_JWT_SECRET_KEY=`LC_ALL=C tr -dc 'A-Za-z0-9*\-_@!'