Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jan 19, 2025
1 parent 19a7290 commit 99f4ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bots/corvin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m'

LINUX=$(. /etc/os-release ; echo $PRETTY_NAME)
clear

#show versions
Expand Down
4 changes: 2 additions & 2 deletions wine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m'

LINUX=$(. /etc/os-release ; echo $PRETTY_NAME)

# Wait for the container to fully initialize
sleep 1
Expand All @@ -20,7 +20,7 @@ echo -e "${BLUE}----------------------------------------------------------------
echo -e "${YELLOW}Wine Image from gOOvER${NC}"
echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Docker Linux Distribution: ${RED} $(. /etc/os-release ; echo $(PRETTY_NAME))${NC}"
echo -e "${YELLOW}Docker Linux Distribution: ${RED} $(echo $LINUX)${NC}"
echo -e "${YELLOW}Current timezone: $(cat /etc/timezone)${NC}"
echo -e "${YELLOW}Wine Version:${NC} ${RED} $(wine --version)${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
Expand Down

0 comments on commit 99f4ea4

Please sign in to comment.