Skip to content

Commit

Permalink
Correct 'trap' command for 'SIGTERM'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 8, 2023
1 parent 6131cbf commit 3a4dcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5828,7 +5828,7 @@ trap "exit 1" 1
trap "exit 2" 2
trap "exit 3" 3
trap "exit 6" 6
trap "exit 14" 15
trap "exit 15" 15

# Get host details - No configurable input allowed
detect_host
Expand Down

0 comments on commit 3a4dcd2

Please sign in to comment.