mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Quote shell variable expansion
This commit is contained in:
parent
1f7671b18d
commit
7e444a453b
@ -265,7 +265,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install-exec-auth-plugin {
|
function install-exec-auth-plugin {
|
||||||
if [[ ! ${EXEC_AUTH_PLUGIN_URL:-} ]]; then
|
if [[ ! "${EXEC_AUTH_PLUGIN_URL:-}" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
local -r plugin_url="${EXEC_AUTH_PLUGIN_URL}"
|
local -r plugin_url="${EXEC_AUTH_PLUGIN_URL}"
|
||||||
|
Loading…
Reference in New Issue
Block a user