mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-08-10 13:20:33 +02:00
internal/router: fix missing Run() call
This commit is contained in:
@@ -20,7 +20,7 @@ func setupPfsense() error {
|
|||||||
_ = exec.Command("killall", "unbound").Run()
|
_ = exec.Command("killall", "unbound").Run()
|
||||||
|
|
||||||
// If Pfsense is in DNS Forwarder mode, ensure no dnsmasq processes running.
|
// If Pfsense is in DNS Forwarder mode, ensure no dnsmasq processes running.
|
||||||
_ = exec.Command("killall", "dnsmasq")
|
_ = exec.Command("killall", "dnsmasq").Run()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user