mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Set pipefail
This commit is contained in:
parent
5c4fcc02fe
commit
f3a556d68b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/bash -e
|
||||
set -o pipefail
|
||||
release_test_dir=$(realpath $(dirname $0))
|
||||
release_openssl_privkey="$release_test_dir/fake.pem"
|
||||
export RELEASE_OPENSSL_PUBKEY="$release_test_dir/fake.pub"
|
||||
|
|
|
|||
Loading…
Reference in a new issue