aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-adblock/bin/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/unbound-adblock/bin/entrypoint.sh')
-rwxr-xr-xsrc/unbound-adblock/bin/entrypoint.sh2
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"