Skip to content

Commit

Permalink
Using handle code only in healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Oct 28, 2023
1 parent 8dc020a commit ac9f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/usr/bin/bf/healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def main [
bf write debug $"Requesting DNS for ($domain)."

# capture output of drill executable
{ ^drill $domain @127.0.0.1 } | bf handle | ignore
{ ^drill $domain @127.0.0.1 } | bf handle -c | exit $in
}

0 comments on commit ac9f5af

Please sign in to comment.