diff options
Diffstat (limited to 'src/unbound-adblock/bin/entrypoint.sh')
| -rwxr-xr-x | src/unbound-adblock/bin/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unbound-adblock/bin/entrypoint.sh b/src/unbound-adblock/bin/entrypoint.sh index c2577fb..d5f344d 100755 --- a/src/unbound-adblock/bin/entrypoint.sh +++ b/src/unbound-adblock/bin/entrypoint.sh @@ -26,4 +26,4 @@ fi # Start unbound in debug mode log "Starting unbound daemon..." -exec /usr/sbin/unbound -d -p $DOPTS +exec /usr/sbin/unbound -d -p $DOPTS "$@" |