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

Better printout

parent cca21856
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ check_env() {
log_error "Variable ${1} is undefined - aborting...";
exit 1
else
log_info "\$${1}= ${!1}";
log_info "\$\{${1}\}=${!1}";
fi
}
......@@ -42,7 +42,7 @@ check_pass() {
log_error "Variable ${1} is undefined - aborting...";
exit 1
else
log_info "\$${1}= ********";
log_info "\$\{${1}\}=********";
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