Skip to content

Commit

Permalink
Merge pull request #50 from wileyhy/patch-2
Browse files Browse the repository at this point in the history
Update fragrouter6.sh: removed sigkill
  • Loading branch information
vanhauser-thc authored Jul 2, 2023
2 parents e60add3 + 6b395bd commit e75c9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fragrouter6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi
$MODPROBE ipt_NFQUEUE
$MODPROBE ipt_state

# Ignore SIGINT, SIGKILL and SIGTERM
trap "echo User interrupt!" INT HUP KILL TERM
# Ignore SIGINT, SIGHUP and SIGTERM
trap "echo User interrupt!" INT HUP TERM

# Prepare for startup
# Create new tables
Expand Down

0 comments on commit e75c9c4

Please sign in to comment.