mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-03-13 11:26:06 +01:00
all: unify handling user home directory logic
This commit is contained in:
committed by
Cuong Manh Le
parent
31517ce750
commit
5641aab5bd
@@ -985,7 +985,7 @@ NOTE: Uninstalling will set DNS to values provided by DHCP.`,
|
||||
})
|
||||
// Windows forwarders file.
|
||||
if hasLocalDnsServerRunning() {
|
||||
files = append(files, absHomeDir(windowsForwardersFilename))
|
||||
files = append(files, ctrld.AbsHomeDir(windowsForwardersFilename))
|
||||
}
|
||||
// Binary itself.
|
||||
bin, _ := os.Executable()
|
||||
|
||||
Reference in New Issue
Block a user