Files
IP-Sentinel/master
hotyue 2007e09482 fix(master): 修复凭证切换静默无响应根因 (case 引号杀死通配符)
- 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)
2026-08-27 01:32:17 +00:00
..