From a228325d740b8ecf60f55ad4642b44528a0f3136 Mon Sep 17 00:00:00 2001 From: goulustis Date: Sun, 8 Mar 2026 12:17:32 +0800 Subject: [PATCH] update path --- scripts/shell_scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shell_scripts/install.sh b/scripts/shell_scripts/install.sh index f8a00cb..80d88ba 100755 --- a/scripts/shell_scripts/install.sh +++ b/scripts/shell_scripts/install.sh @@ -12,7 +12,7 @@ NC='\033[0m' # No Color # Configuration SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -PROJECT_ROOT="$SCRIPT_DIR" +PROJECT_ROOT="$(dirname "$(dirname "$SCRIPT_DIR")")" ENV_FILE="$PROJECT_ROOT/.env" echo -e "${GREEN}=== LangChain Agent Installation Script ===${NC}\n"