mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Correct mistakes in previous commit
This commit is contained in:
parent
32ba37a858
commit
4cf34056e4
@ -15,7 +15,7 @@ done
|
||||
read ifidx <<EOF
|
||||
$(grep ^EXTMGRINFO: /tmp/confluent.info | awk -F'|' '{print $1 " " $3'} | grep 1$ | awk '{print $2}' | sed -e s/.*%//)
|
||||
EOF
|
||||
if [ -z "$ifdx" ]; then
|
||||
if [ -z "$ifidx" ]; then
|
||||
read ifidx <<EOF
|
||||
$(grep ^MANAGER /tmp/confluent.info|grep fe80|sed -e s/.*%//)
|
||||
EOF
|
||||
@ -37,7 +37,6 @@ umask 0077
|
||||
mkdir /etc/confluent
|
||||
echo $apikey > /etc/confluent.apikey
|
||||
umask $oum
|
||||
mgr="[$mgr]"
|
||||
cp /tmp/confluent.info /etc/confluent.apikey /etc/confluent/
|
||||
cat /tls/*.pem > /etc/confluent/ca.pem
|
||||
/usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-api/self/deploycfg > /tmp/confluent.deploycfg
|
||||
|
Loading…
Reference in New Issue
Block a user