diff --git a/wine/entrypoint.sh b/wine/entrypoint.sh index ed782a9..7c32cf8 100644 --- a/wine/entrypoint.sh +++ b/wine/entrypoint.sh @@ -21,6 +21,8 @@ export IMAGE_PROMPT # Information output echo -e "${BLUE}-------------------------------------------------${NC}" +echo -e "${YELLOW}Wine Image from PteroEg.gs${NC}" +echo -e "${BLUE}-------------------------------------------------${NC}" echo -e "${YELLOW}Running on Debian $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: $(cat /etc/timezone)${NC}" echo -e "${YELLOW}Wine Version:${NC} ${RED} $(wine --version)${NC}"