Skip to content

Commit

Permalink
Adding script namespace to handle
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Oct 28, 2023
1 parent 8871603 commit 4439c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/etc/nu/scripts/bf-unbound/conf.nu
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export def check [] {
bf write debug "Checking Unbound configuration." conf/check

# capture output of unbound-checkconf executable
{ ^bf-x-as unbound unbound-checkconf (bf env UNBOUND_CONF) } | bf handle
{ ^bf-x-as unbound unbound-checkconf (bf env UNBOUND_CONF) } | bf handle conf/check
}

0 comments on commit 4439c87

Please sign in to comment.