Always rebuild the container when a server is started

This commit is contained in:
Dane Everitt
2019-12-22 13:52:22 -08:00
parent fabaf21a0d
commit 2d0faadeb6
3 changed files with 5 additions and 29 deletions

View File

@@ -71,7 +71,6 @@ func (s *Server) UpdateDataStructure(data []byte, background bool) error {
s.Allocations.Mappings = src.Allocations.Mappings
}
s.Container.RebuildRequired = true
if _, err := s.WriteConfigurationToDisk(); err != nil {
return errors.WithStack(err)
}