From 4714570953f9dbb1b25302c92666cf3c8bba23cb Mon Sep 17 00:00:00 2001 From: Djeex Date: Wed, 24 Sep 2025 12:58:39 +0000 Subject: [PATCH] test-ok --- entrypoint.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index b858ac0..bdbdc3d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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