Skip to content

Commit bc345d3

Browse files
committed
项目目录强制使用/home/docker-compose
1 parent 8b7c159 commit bc345d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup-services.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ done
5353
echo -e "${GREEN}Selected: $SELECTED_EXAMPLE${NC}"
5454

5555
# 2. Prepare Target Directory
56-
echo -e "${GREEN}Hint: Press Enter to accept the [default] value.${NC}"
57-
read -p "Enter installation directory [${DEFAULT_TARGET_BASE}]: " TARGET_BASE
58-
TARGET_BASE=${TARGET_BASE:-$DEFAULT_TARGET_BASE}
59-
TARGET_DIR="$TARGET_BASE"
56+
TARGET_DIR="$DEFAULT_TARGET_BASE"
6057

6158
echo -e "${BLUE}Installing to $TARGET_DIR...${NC}"
6259

0 commit comments

Comments
 (0)