X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsigul-configuration.sh;h=c063b18b32e24162ae5c1c49e7d296ef9bf70e9e;hb=af33417ec2d14bdf5a3b9a67d227f8909a7e1598;hp=bdc4de67f03ccda2f1886e31a23402474a26cc73;hpb=2ef6606863357187370d1aaed2b5bb729a49bfeb;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}" -