From b37c034d6f268aa12725c8fbca50b9083fc3e027 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 16 Apr 2020 12:40:35 -0400 Subject: [PATCH] Also carry in confluent.info The installer needs this information to continue. --- misc/confluent-prepivot.sh.rh8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/confluent-prepivot.sh.rh8 b/misc/confluent-prepivot.sh.rh8 index c4416c75..f879bbd0 100644 --- a/misc/confluent-prepivot.sh.rh8 +++ b/misc/confluent-prepivot.sh.rh8 @@ -12,4 +12,4 @@ chmod 700 /sysroot/root/.ssh cp /ssh/authorized_keys /sysroot/root/.ssh chmod 600 /sysroot/root/.ssh/authorized_keys cp /etc/confluent.apikey /sysroot/etc/ -cp /tmp/confluent.deploycfg /sysroot/tmp/ \ No newline at end of file +cp /tmp/confluent.deploycfg /tmp/confluent.info /sysroot/etc/ \ No newline at end of file