X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsigul-configuration.sh;h=c063b18b32e24162ae5c1c49e7d296ef9bf70e9e;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=bdc4de67f03ccda2f1886e31a23402474a26cc73;hpb=645a9eac13aa19e8307a61ad178586f71c339cf3;p=releng%2Fglobal-jjb.git diff --git a/shell/sigul-configuration.sh b/shell/sigul-configuration.sh index bdc4de67..c063b18b 100644 --- a/shell/sigul-configuration.sh +++ b/shell/sigul-configuration.sh @@ -11,7 +11,7 @@ echo "---> sigul-configuration.sh" # Ensure we fail the job if any steps fail. -set -eu -o pipefail +set -e -o pipefail # Sigul pki configuration is designed to live in ${HOME}/sigul cd "${HOME}" @@ -23,4 +23,3 @@ tar Jxf sigul.tar.xz # Any future use of $SIGUL_PASSWORD needs to have it null terminated sed -i 's/$/\x0/' "${SIGUL_PASSWORD}" -