Răsfoiți Sursa

test autoupdate

Abhishek Kondur 1 an în urmă
părinte
comite
f62bde4c7c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      logic/hosts.go

+ 1 - 1
logic/hosts.go

@@ -199,7 +199,7 @@ func UpdateHost(newHost, currentHost *models.Host) {
 	newHost.Nodes = currentHost.Nodes
 	newHost.PublicKey = currentHost.PublicKey
 	newHost.TrafficKeyPublic = currentHost.TrafficKeyPublic
-
+	newHost.AutoUpdate = currentHost.AutoUpdate
 	// changeable fields
 	if len(newHost.Version) == 0 {
 		newHost.Version = currentHost.Version