1
0
mirror of https://github.com/tim-beatham/smegmesh.git synced 2025-07-05 23:10:02 +02:00

Merge pull request from tim-beatham/bugfix-node-not-leving

main
This commit is contained in:
Tim Beatham
2024-01-02 20:32:09 +00:00
committed by GitHub

@ -191,6 +191,7 @@ func (s *SyncerImpl) SyncMeshes() error {
go sync() go sync()
} }
wg.Wait()
logging.Log.WriteInfof("updating the WireGuard configuration") logging.Log.WriteInfof("updating the WireGuard configuration")
err := s.manager.ApplyConfig() err := s.manager.ApplyConfig()