mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
all: unify handling user home directory logic
This commit is contained in:
committed by
Cuong Manh Le
parent
6286a71f2a
commit
47c04bf0f6
+1
-1
@@ -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