router/functions: fix EXTRA_DNS checks returning false when unset
Same issue as vlog() — [ -n "$EXTRA_DNS" ] && cmd returns exit
code 1 when EXTRA_DNS is empty, which can affect callers.
Add || true to all four occurrences.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please
register
or
sign in
to comment