Skip to content
Snippets Groups Projects
Commit d5b93b2b authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added echo for debugging.

parent d31ba57b
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ unb_error() { ...@@ -47,6 +47,7 @@ unb_error() {
echo -e '\E[40;31m'"\033[1mERROR - ${msg}. \033[0m " echo -e '\E[40;31m'"\033[1mERROR - ${msg}. \033[0m "
tput sgr0 tput sgr0
# Exit if $NO_EXIT does not exist, else only return. # Exit if $NO_EXIT does not exist, else only return.
echo "DEBUG: ${NO_EXIT}"
if [ -z ${NO_EXIT} ]; then exit ${exitcode}; else return 1; fi if [ -z ${NO_EXIT} ]; then exit ${exitcode}; else return 1; fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment