🔨 修改配置.

This commit is contained in:
lijiahangmax
2025-09-10 18:11:54 +08:00
parent bf4b1f9702
commit 697d29c6f2
15 changed files with 51 additions and 35 deletions

View File

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