mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-12 21:07:43 +02:00
- Fix for posix shell syntax for trap in run_msg.sh test script.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
16 April 2020: Wouter
|
||||
- Fix help return code in unbound-control-setup script.
|
||||
- Fix for posix shell syntax for trap in nsd-control-setup.
|
||||
- Fix for posix shell syntax for trap in run_msg.sh test script.
|
||||
|
||||
15 April 2020: George
|
||||
- Fix #220: auth-zone section in config may lead to segfault.
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ cleanup() {
|
||||
if test -f "$t.bak"; then mv "$t.bak" "$t"; fi
|
||||
exit 0
|
||||
}
|
||||
trap cleanup SIGINT
|
||||
trap cleanup INT
|
||||
|
||||
for t in $RUNLIST
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user