1
0
forked from extern/smegmesh
- Not waiting in the waitgroup
This commit is contained in:
Tim Beatham 2024-01-02 20:31:24 +00:00
parent dea6f1a22d
commit 27e00196cd

View File

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