This commit is contained in:
redanthrax 2022-06-15 14:42:15 -07:00
parent b7ad579d3b
commit ecddc2fe21
3 changed files with 10 additions and 10 deletions

View file

@ -150,7 +150,7 @@ func (a *Agent) Install(i *Installer) {
if len(i.MeshDir) > 0 {
installerMeshSystemEXE = filepath.Join(i.MeshDir, "MeshAgent.exe")
} else {
installerMeshSystemEXE = a.MeshSystemEXE
installerMeshSystemEXE = a.MeshSystemBin
}
var meshNodeID string