docs: update install.md
Some checks failed
Coverage CI / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Ubuntu CI / build (push) Has been cancelled

This commit is contained in:
Daniel Ding
2025-04-24 17:03:41 +08:00
parent afe6255777
commit b025178053
10 changed files with 57 additions and 181 deletions

View File

@@ -428,8 +428,8 @@ func (v *Switch) Stop() {
}
w.Stop()
}
v.out.Info("Switch.Stop left Accesss")
// notify leave to Access.
v.out.Info("Switch.Stop left access")
// notify leave to access.
for p := range cache.Access.List() {
if p == nil {
break