Browse Source

fix: savedeployconf for DEPLOY_LOCALCOPY_CERTIFICATE

Co-authored-by: Kevin Hoser <45083826+hoser21@users.noreply.github.com>
pull/6436/head
invario 4 days ago
committed by GitHub
parent
commit
e03f8d3ad6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      deploy/localcopy.sh

1
deploy/localcopy.sh

@ -98,6 +98,7 @@ localcopy_deploy() {
_err "Failed to copy certificate, aborting." _err "Failed to copy certificate, aborting."
return 1 return 1
fi fi
_savedeployconf DEPLOY_LOCALCOPY_CERTIFICATE "$DEPLOY_LOCALCOPY_CERTIFICATE"
fi fi
if [ "$DEPLOY_LOCALCOPY_CERTKEY" ]; then if [ "$DEPLOY_LOCALCOPY_CERTKEY" ]; then

Loading…
Cancel
Save