mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Fix wrong sense of apikey
This commit is contained in:
parent
c02651b2de
commit
1b7d63da5d
@ -84,7 +84,7 @@ fi
|
||||
confluent_nodename=$(grep ^NODENAME: /etc/confluent/confluent.info |awk '{print $NF}')
|
||||
hostname $confluent_nodename
|
||||
get_tpm_apikey
|
||||
if [ ! -z "$confluent_apikey" ]; then
|
||||
if [ -z "$confluent_apikey" ]; then
|
||||
get_remote_apikey
|
||||
fi
|
||||
if echo $confluent_mgr | grep '%' > /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user