1
0
forked from extern/smegmesh

Merge pull request #80 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
commit efb40d65de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()