Skip to content

Commit

Permalink
escape_hazard(): Sourcing file, add shellcheck disable directive
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jun 7, 2024
1 parent ca3c963 commit 24ad15b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 24ad15b

Please sign in to comment.