Commit 7e444a45 authored by Andrew Lytvynov's avatar Andrew Lytvynov

Quote shell variable expansion

parent 1f7671b1
......@@ -265,7 +265,7 @@ EOF
}
function install-exec-auth-plugin {
if [[ ! ${EXEC_AUTH_PLUGIN_URL:-} ]]; then
if [[ ! "${EXEC_AUTH_PLUGIN_URL:-}" ]]; then
return
fi
local -r plugin_url="${EXEC_AUTH_PLUGIN_URL}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment