mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-22 11:10:25 +00:00
Fix wrong sense of apikey
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user