Commit 925de29
fix: update startup log check to match ListenAnyIP bind address
ListenAnyIP logs as "http://[::]:5000" instead of "http://0.0.0.0:5000".
Updated grep pattern to match any bind address with port 5000.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6bddb53 commit 925de29
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments