mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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() {
|
||||
if [[ -n "${use_custom_instance_list}" ]]; then
|
||||
if [[ -z "${use_custom_instance_list}" ]]; then
|
||||
ssh-to-node "$@"
|
||||
return
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user