1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

fix unicode char

This commit is contained in:
knuth 2022-12-16 13:57:37 +01:00
parent a8d50955ee
commit 7875185e1f

View File

@ -61,7 +61,7 @@ echo -e "\e[32mTrying to determine GLIBC version...\e[0m"
elif [ "${DOCKER_COMPOSE_VERSION}" == "native" ]; then
echo -e "\e[31mYou are using the native Docker Compose Plugin. This Script is for the standalone Docker Compose Version only.\e[0m"
sleep 2
echo -e "\e[33mNotice: You´ll have to update this Compose Version via your Package Manager manually!\e[0m"
echo -e "\e[33mNotice: You'll have to update this Compose Version via your Package Manager manually!\e[0m"
exit 1
else