From 3dc8cc393426ed128904506b599c6641a64b8e47 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Thu, 16 Apr 2026 12:35:05 -0400 Subject: [PATCH] fix: Update bootstrap port to 3001 --- opencortex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencortex.sh b/opencortex.sh index 3b104da..9252b6d 100755 --- a/opencortex.sh +++ b/opencortex.sh @@ -29,7 +29,7 @@ bootstrap_opencortex() { fi echo -e "${BLUE}Cloning repository into $TARGET_DIR...${NC}" - git clone http://10.10.10.201:3000/amr/opencortex.git "$TARGET_DIR" + git clone http://10.10.10.201:3001/amr/opencortex.git "$TARGET_DIR" cd "$TARGET_DIR" git submodule update --init --recursive