diff options
| author | Max Resnick <max@ofmax.li> | 2025-09-26 22:45:30 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-09-26 22:45:30 -0700 |
| commit | 16eb211ec31b351230d69191906e9054205b83af (patch) | |
| tree | d86249ef82e7fd69a36969109a7f097a2c5517a2 /src/unbound-adblock/bin | |
| parent | a69a82c66badb431ca0b6f91a261fed2a458e158 (diff) | |
| download | grumpy-containers-16eb211ec31b351230d69191906e9054205b83af.tar.gz | |
fix: entrypoint/anchor unbound
Diffstat (limited to 'src/unbound-adblock/bin')
| -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" |