Files
AstrBot/astrbot
LIghtJUNction 3cd48ad1d9 feat(cli): block password change if astrbot is running
AstrBot uses a lock file (astrbot.lock) to prevent concurrent instances.
Before allowing a password change via `astrbot conf admin`, the CLI now
attempts to acquire the lock with a 1-second timeout. If acquisition fails
(another process holds it), the command is rejected with a clear error
message instructing the user to stop astrbot first.
2026-04-08 21:28:14 +08:00
..
2026-04-04 16:29:00 +08:00
2026-04-02 21:23:23 +08:00
2026-04-03 01:26:25 +08:00