Skip to content
Snippets Groups Projects
Commit 8627b3d6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Improved printout

parent a58c3422
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ check_env() { ...@@ -31,7 +31,7 @@ check_env() {
log_error "Variable ${1} is undefined - aborting..."; log_error "Variable ${1} is undefined - aborting...";
exit 1 exit 1
else else
log_info "\$\{${1}\}=${!1}"; log_info "\${${1}}=${!1}";
fi fi
} }
...@@ -42,7 +42,7 @@ check_pass() { ...@@ -42,7 +42,7 @@ check_pass() {
log_error "Variable ${1} is undefined - aborting..."; log_error "Variable ${1} is undefined - aborting...";
exit 1 exit 1
else else
log_info "\$\{${1}\}=********"; log_info "\${${1}}=********";
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment