mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-09 17:20:12 +03:00
dnsforward, home: imp more
This commit is contained in:
parent
10f11b9725
commit
b18fe84c5c
2 changed files with 3 additions and 3 deletions
internal/home
|
@ -306,7 +306,7 @@ func handleServiceStatusCommand(s service.Service) {
|
|||
}
|
||||
}
|
||||
|
||||
// handleServiceInstallCommand handles service "install" command
|
||||
// handleServiceInstallCommand handles service "install" command.
|
||||
func handleServiceInstallCommand(s service.Service) {
|
||||
err := svcAction(s, "install")
|
||||
if err != nil {
|
||||
|
@ -340,7 +340,7 @@ AdGuard Home is now available at the following addresses:`)
|
|||
}
|
||||
}
|
||||
|
||||
// handleServiceUninstallCommand handles service "uninstall" command
|
||||
// handleServiceUninstallCommand handles service "uninstall" command.
|
||||
func handleServiceUninstallCommand(s service.Service) {
|
||||
if aghos.IsOpenWrt() {
|
||||
// On OpenWrt it is important to run disable command first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue