diff --git a/database/mariadb/entrypoint.sh b/database/mariadb/entrypoint.sh index c8e01c2..5120979 100644 --- a/database/mariadb/entrypoint.sh +++ b/database/mariadb/entrypoint.sh @@ -24,6 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}MariaDB Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/database/mongodb/entrypoint.sh b/database/mongodb/entrypoint.sh index 50b1c07..dafbe88 100644 --- a/database/mongodb/entrypoint.sh +++ b/database/mongodb/entrypoint.sh @@ -24,6 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}MongoDB Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/database/postgres/entrypoint.sh b/database/postgres/entrypoint.sh index 218b51d..191bb1b 100644 --- a/database/postgres/entrypoint.sh +++ b/database/postgres/entrypoint.sh @@ -24,6 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}Postgres Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" @@ -31,7 +32,7 @@ echo -e "${YELLOW}Postgres Version: ${RED} $(postgres --version) ${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" # Replace Startup Variables -MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')` +MODIFIED_STARTUP="eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')" echo ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server diff --git a/depotdl/entrypoint.sh b/depotdl/entrypoint.sh index b1dd3f3..b266a0d 100644 --- a/depotdl/entrypoint.sh +++ b/depotdl/entrypoint.sh @@ -22,6 +22,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}DepotDownloader Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/dev/dotnet/entrypoint.sh b/dev/dotnet/entrypoint.sh index c9e7a41..1ae7264 100644 --- a/dev/dotnet/entrypoint.sh +++ b/dev/dotnet/entrypoint.sh @@ -27,6 +27,7 @@ export DOTNET_ROOT=/usr/share/ # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}DotNet Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/dev/nodejs/entrypoint.sh b/dev/nodejs/entrypoint.sh index 6fa7a4b..07a105b 100644 --- a/dev/nodejs/entrypoint.sh +++ b/dev/nodejs/entrypoint.sh @@ -24,6 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}NodeJS Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/dev/python/entrypoint.sh b/dev/python/entrypoint.sh index 85909d7..9d15bb5 100644 --- a/dev/python/entrypoint.sh +++ b/dev/python/entrypoint.sh @@ -24,6 +24,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}Python Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/games/wurm/entrypoint.sh b/games/wurm/entrypoint.sh index dca26b8..c243ae2 100644 --- a/games/wurm/entrypoint.sh +++ b/games/wurm/entrypoint.sh @@ -15,10 +15,6 @@ sleep 1 TZ=${TZ:-UTC} export TZ -# Default the IMAGE_PROMPT environment variable to something nice -IMAGE_PROMPT=${IMAGE_PROMPT:-$'\033[1m\033[33mcontainer@gameservertech~ \033[0m'} -export IMAGE_PROMPT - # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" $(cat /etc/debian_version)${NC}" diff --git a/steamcmd/entrypoint.sh b/steamcmd/entrypoint.sh index b950beb..70fca94 100644 --- a/steamcmd/entrypoint.sh +++ b/steamcmd/entrypoint.sh @@ -21,6 +21,7 @@ export INTERNAL_IP # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}SteamCMD Image by gOOvER${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/wine/entrypoint.sh b/wine/entrypoint.sh index fe289c7..628206b 100644 --- a/wine/entrypoint.sh +++ b/wine/entrypoint.sh @@ -15,13 +15,10 @@ sleep 1 TZ=${TZ:-UTC} export TZ -# Default the IMAGE_PROMPT environment variable to something nice -IMAGE_PROMPT=${IMAGE_PROMPT:-$'\033[1m\033[33mcontainer@gameservertech~ \033[0m'} -export IMAGE_PROMPT - # Information output echo -e "${BLUE}---------------------------------------------------------------------${NC}" 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}echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" $(cat /etc/debian_version)${NC}" echo -e "${YELLOW}Current timezone: $(cat /etc/timezone)${NC}"