From 2543bb2db604df397db44f4f6f2d3ed34a0dada2 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Tue, 29 Jan 2019 13:56:13 -0600 Subject: [PATCH] Removing trap left in by mistake In my test for fixing I left the ERR trap in place. non-posix, removing Signed-off-by: Eric F Crist --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 33cd339..2b56672 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1623,7 +1623,7 @@ done vars_setup # Register clean_temp and prog_exit on SIGHUP, SIGINT, SIGQUIT, and SIGABRT -trap "clean_temp; prog_exit 1" 1 ERR +trap "clean_temp; prog_exit 1" 1 trap "clean_temp; prog_exit 2" 2 trap "clean_temp; prog_exit 3" 3 trap "clean_temp; prog_exit 6" 6