fixup: remove useless errexit setting

pull/6/head
Marcin Owsiany 2017-11-07 17:07:16 +01:00
parent dbcf0faa00
commit 9c5a058708
1 changed files with 0 additions and 1 deletions

View File

@ -1069,7 +1069,6 @@ function generate-certs {
local -r cert_create_debug_output=$(mktemp "${KUBE_TEMP}/cert_create_debug_output.XXX")
# Note: This was heavily cribbed from make-ca-cert.sh
(set -x
set -o errexit
cd "${CERT_DIR}"
./easyrsa init-pki
# this puts the cert into pki/ca.crt and the key into pki/private/ca.key