diff --git a/helper-scripts/update_compose.sh b/helper-scripts/update_compose.sh index 16769edc..cae773c2 100755 --- a/helper-scripts/update_compose.sh +++ b/helper-scripts/update_compose.sh @@ -61,10 +61,10 @@ 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 echo -e "\e[31mCan not read DOCKER_COMPOSE_VERSION variable from mailcow.conf! Is your mailcow up to date? Exiting...\e[0m" exit 1 -fi \ No newline at end of file +fi