Bug fixes, removed old files.

This commit is contained in:
jdl
2026-06-07 20:01:51 +02:00
parent e9dffee2de
commit 747d73890f
12 changed files with 23 additions and 766 deletions

View File

@@ -22,6 +22,8 @@ func main() {
os.Exit(1)
}
// TODO: Acquire flock on lock file.
statePath := networkStatePath(*name)
state, err := peer.LoadOrInit(statePath, *hub, *apiKey)