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 24a18a7..b9dd19d 100755 --- a/src/unbound-adblock/bin/entrypoint.sh +++ b/src/unbound-adblock/bin/entrypoint.sh @@ -16,7 +16,7 @@ fi # Update root trust anchor log "Updating root trust anchor..." -if /usr/libexec/unbound-helper root_trust_anchor_update; then +if unbound-anchor -a /var/lib/unbound/root.key; then log "Root trust anchor updated successfully" else log "ERROR: Root trust anchor update failed" |