mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +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 {
|
||||
if [[ ! ${EXEC_AUTH_PLUGIN_URL:-} ]]; then
|
||||
if [[ ! "${EXEC_AUTH_PLUGIN_URL:-}" ]]; then
|
||||
return
|
||||
fi
|
||||
local -r plugin_url="${EXEC_AUTH_PLUGIN_URL}"
|
||||
|
Loading…
Reference in New Issue
Block a user