Skip to content

Commit 3bd2e22

Browse files
committed
use sig-numbers instead of names, because stupid names change
1 parent e4f1a89 commit 3bd2e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/CA-gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "using CAPASS as provided"
1010
PASSIN=${CAPASS:+-passin pass:"$CAPASS"}
1111
PASSOUT=${CAPASS:+-passout pass:"$CAPASS"}
1212

13-
trap do_exit SIGTERM SIGKILL SIGQUIT SIGABRT SIGSTOP SIGSEGV
13+
trap do_exit 2 3 6 9 11 15 19
1414

1515
do_exit()
1616
{

0 commit comments

Comments
 (0)