From dd95e7493eed1e465c83b125a6c92329257ce69d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 23:37:45 +0200 Subject: [PATCH] ff --- devspace.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devspace.sh b/devspace.sh index e2c74d42..99e3d418 100755 --- a/devspace.sh +++ b/devspace.sh @@ -4,6 +4,7 @@ IMAGE="registry.mgrote.net/ansible-devspace:latest" # Farben # https://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux +# todo farben kaputt RESET='\033[0m' RED='\033[0;31m' GREEN='\033[0;32m' @@ -11,6 +12,7 @@ Yellow='\033[0;33m' echo ${GREEN}Run checks...${RESET} +# TODO ghier noch check output mit haken dran in grĂ¼n if ! [ -f "./vault-pass" ]; then echo "${RED}Vault-Pass File is missing!${RESET}" exit 1