Fixed typo

This commit is contained in:
2025-09-24 12:23:10 +00:00
parent 1444c24b0d
commit 51f771e0d7
2 changed files with 6 additions and 6 deletions

View File

@@ -19,12 +19,12 @@ FULL_UNIX_SOCKET_PATH="$UNIX_SOCKET_PATH/$UNIX_SOCKET_NAME"
VERSION=$(cat VERSION)
echo -e "${CYAN}╭───────────────────────────────────────────────╮${NC}"
echo -e "${CYAN}${NC} Socat-proxy - Version ${VERSION}${NC} ${CYAN}${NC}"
echo -e "${CYAN}├───────────────────────────────────────────────┤${NC}"
echo -e "${CYAN}╭───────────────────────────────────────────────${NC}"
echo -e "${CYAN}${NC} Socat-proxy - Version ${VERSION}${NC} ${CYAN}${NC}"
echo -e "${CYAN}├───────────────────────────────────────────────${NC}"
echo -e "${CYAN}${NC} Source: https://git.djeex.fr/Djeex/socat-proxy ${CYAN}${NC}"
echo -e "${CYAN}${NC} Mirror: https://github.com/Djeex/socat-proxy ${CYAN}${NC}"
echo -e "${CYAN}╰───────────────────────────────────────────────╯${NC}"
echo -e "${CYAN}╰───────────────────────────────────────────────${NC}"
# Validate required environment variables
@@ -70,7 +70,7 @@ if [ -e "$FULL_UNIX_SOCKET_PATH" ]; then
fi
fi
[~] Creating socket directory structure...
echo [~] Creating socket directory structure...
# Create directory if needed
if mkdir -p "$UNIX_SOCKET_PATH"; then
echo "[✓] Created directory $UNIX_SOCKET_PATH"