mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for posix shell syntax for trap in nsd-control-setup.
This commit is contained in:
parent
2193d06af6
commit
3cd288a9f2
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
16 April 2020: Wouter
|
16 April 2020: Wouter
|
||||||
- Fix help return code in unbound-control-setup script.
|
- Fix help return code in unbound-control-setup script.
|
||||||
|
- Fix for posix shell syntax for trap in nsd-control-setup.
|
||||||
|
|
||||||
15 April 2020: George
|
15 April 2020: George
|
||||||
- Fix #220: auth-zone section in config may lead to segfault.
|
- Fix #220: auth-zone section in config may lead to segfault.
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ shift $((OPTIND - 1))
|
||||||
echo "setup in directory $DESTDIR"
|
echo "setup in directory $DESTDIR"
|
||||||
cd "$DESTDIR"
|
cd "$DESTDIR"
|
||||||
|
|
||||||
trap cleanup SIGINT
|
trap cleanup INT
|
||||||
|
|
||||||
# ===
|
# ===
|
||||||
# Generate server certificate
|
# Generate server certificate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue