🔨 修改插件包名.

This commit is contained in:
lijiahangmax
2025-09-09 22:27:51 +08:00
parent 0b7faa038a
commit 919e8383bf
5 changed files with 18 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
AGENT_RELEASE_DIR="/root/orion/orion-visor/agent-release"
DEFAULT_AGENT_DIR="/app/agent-release"
AGENT_RELEASE_DIR="/root/orion/visor/instant-agent-release"
DEFAULT_AGENT_DIR="/app/instant-agent-release"
# 确保父目录存在
mkdir -p "$(dirname "$AGENT_RELEASE_DIR")"