fix: savedeployconf for DEPLOY_LOCALCOPY_CERTIFICATE

Co-authored-by: Kevin Hoser <45083826+hoser21@users.noreply.github.com>
This commit is contained in:
invario
2025-12-28 12:03:02 -05:00
committed by GitHub
parent f39a6fe517
commit e03f8d3ad6

View File

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