Fixed typo
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user