@ -14,7 +14,7 @@
function exit_on_error
{
ERROR="$@"
echo -e "\033[91m*** ${ERROR} ***\033[0m"
echo -e "\033[91m*** ${ERROR} *** \033[0m"
exit 1
}