diff --git a/deploy.sh b/deploy.sh index 0a25576..1c86147 100644 --- a/deploy.sh +++ b/deploy.sh @@ -25,7 +25,7 @@ setup) rm -f /tmp/setup.env exit 0;; *) - echo -r "${RED}application name not entered, exitting${NOCOL}" + echo -e "${RED}application name not entered, exitting${NOCOL}" exit 1;; esac -exit 0 \ No newline at end of file +exit 0