mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-08-29 20:16:52 +08:00
- case 模式 "do_reconfig:*" 整体加引号导致 * 被当字面字符,永远不匹配 → 改裸写 do_reconfig:* - B2 归一化 tr '\n' ' ' 单引号下是字面 \n 非换行符 → 改 ANSI-C quoting tr $'\n' ' ' - send_msg 记录 TG API 响应 (排查静默失败) - do_reconfig 全链路加步骤日志 (RC_STEP0-8, /tmp/reconfig_debug.log)