refactor
This commit is contained in:
parent
b7ad579d3b
commit
ecddc2fe21
3 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue