Explorar el Código

Merge pull request #3495 from gravitl/v0.99_fixes

update dns settigns on migration
Abhishek K hace 3 meses
padre
commit
8a2c1d603b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      migrate/migrate.go

+ 1 - 0
migrate/migrate.go

@@ -202,6 +202,7 @@ func updateHosts() {
 			} else {
 				host.DNS = "no"
 			}
+			logic.UpsertHost(&host)
 		}
 	}
 }