nu: Fix "m daemon --boringtun"

This commit is contained in:
2025-08-25 17:48:39 +02:00
parent c910091882
commit d395cc57c8

View File

@ -84,6 +84,10 @@ def "m daemon" [
]
}
if $boringtun {
$cargo_flags ++= [--features boringtun]
}
if (m daemon is-running --system) {
print "daemon is loaded, stopping..."