gchq / stroom-resources

Applications and resources on which Stroom services depend
Apache License 2.0
5 stars 11 forks source link

createCerts.sh leaves all subsequent terminal text in bold 'n' red. #102

Closed stroomdev42 closed 3 years ago

stroomdev42 commented 3 years ago

createCerts.sh When check_for_installed_binary() errors then all following text is red. Line:28 command -v "${binary_name}" 1>/dev/null || error_exit "${GREEN}${binary_name}${RED} is not installed$" -> command -v "${binary_name}" 1>/dev/null || error_exit "${GREEN}${binary_name}${RED} is not installed${NC}"

Needs a ${NC} added to string on this line to prevent all subsequent commands being bold 'n' red.