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

Fix check_pass

parent a7fc2f5f
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ check_pass() { ...@@ -54,7 +54,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