*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit d6ffb5b5 authored by Bader, Markus's avatar Bader, Markus
Browse files

minor

parent e6be1c0f
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ if [ -f /.dockerenv ]; then ...@@ -15,7 +15,7 @@ if [ -f /.dockerenv ]; then
echo -e "Welcome to the project \e[43;34m'$PROJECT_NAME'\e[0m" echo -e "Welcome to the project \e[43;34m'$PROJECT_NAME'\e[0m"
# Perform your Docker-specific actions here # Perform your Docker-specific actions here
else else
echo -e "\e[31mYou are not inside a docker container!\e[0m The project '$PROJECT_NAME' is \e[31mnot sourced!\e[0m" echo -e "\e[31mYou are not inside a docker container!\e[0m"
return 0 # Exit with a status code 0 (success) return 0 # Exit with a status code 0 (success)
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment