diff --git a/imagebuilder.sh b/imagebuilder.sh index 38bb461..c77d35b 100755 --- a/imagebuilder.sh +++ b/imagebuilder.sh @@ -183,7 +183,7 @@ case "${subcommand}" in task_end "$?"; if [[ "${imagetype}" == "base-nopush" ]]; then - echo "${HC}Nopush mode invoked, not checking output directory or pushing to docker registry${RS}"; + echo -e "${HC}Nopush mode invoked, not checking output directory or pushing to docker registry${RS}"; exit 0; fi