chore: 临时将全局拉取源切换至 dev/v4.0.0-sonar,准备进行深海声呐实弹测试

This commit is contained in:
hotyue
2026-04-23 13:33:07 +00:00
parent cb0aa2049e
commit d2b575fe85
7 changed files with 7 additions and 7 deletions

View File

@@ -401,7 +401,7 @@ class AgentHandler(http.server.BaseHTTPRequestHandler):
# [修复] 逃逸 Systemd Cgroup并引入 bash -n 语法树校验防砖机制
import shutil
import base64
repo_url = "https://raw.githubusercontent.com/hotyue/IP-Sentinel/main"
repo_url = "https://raw.githubusercontent.com/hotyue/IP-Sentinel/dev/v4.0.0-sonar"
# 动态构建报错回执文本 (第一层 Base64 隔离换行与特殊字符)
err_msg = f"❌ **OTA 熔断告警**\n📍 节点: `{config_mem.get('NODE_ALIAS', '未知')}`\n⚠ 原因: 脚本语法校验(bash -n)未通过,下载可能不完整。\n🚀 状态: 升级已取消,节点安全。"