diff --git a/VERSION b/VERSION index 79a2734..9f8e9b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +1.0 \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh index 7b9ca5f..2dab476 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 @@ -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"