mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Fix conditional in log-dump.sh.
This commit is contained in:
parent
7e1b9dfd0f
commit
a4c5055052
@ -68,7 +68,7 @@ function setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function log-dump-ssh() {
|
function log-dump-ssh() {
|
||||||
if [[ -n "${use_custom_instance_list}" ]]; then
|
if [[ -z "${use_custom_instance_list}" ]]; then
|
||||||
ssh-to-node "$@"
|
ssh-to-node "$@"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user