From d82cfc6c62427e2884ea8ec4da3db47205118dcd Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Fri, 8 Jul 2022 10:43:44 +0200 Subject: [PATCH] Changed no compose warning color --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 612ccfaf9..e64c49e86 100755 --- a/update.sh +++ b/update.sh @@ -273,7 +273,8 @@ for bin in curl docker git awk sha1sum; do echo "Cannot find ${bin}, exiting..." exit 1; elif [[ -z $(which docker-compose) ]]; then - echo "Cannot find docker-compose Standalone. Please install it manually regarding to this doc site: https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_install/" + echo -e "\e[31mCannot find docker-compose Standalone.\e[0m" + echo -e "\e[31mPlease install it manually regarding to this doc site: https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_install/\e[0m" sleep 3 exit 1; fi