From 24ad15b5b617f62df513e8f267a4ef9de9cda71a Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 7 Jun 2024 22:43:10 +0100 Subject: [PATCH] escape_hazard(): Sourcing file, add shellcheck disable directive Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 620857463..a0a1a6a6f 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1070,7 +1070,9 @@ export EASYRSA_REQ_SERIAL=\"$EASYRSA_REQ_SERIAL\"\ escape_hazard - Failed to write temp-file" # Reload fields from fully escaped temp-file + # shellcheck disable=1090 # Non-constant source . "$escape_hazard_tmp" + verbose "escape_hazard: COMPLETED" } # => escape_hazard()