2
0
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:
Jarrod Johnson 2021-11-18 13:12:56 -05:00
parent c02651b2de
commit 1b7d63da5d

View File

@ -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