From 32038baa758097fe983f825a6b92d3ba9c0af12b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 16 Apr 2020 12:23:45 -0400 Subject: [PATCH] Carry deploycfg into installer --- misc/confluent-prepivot.sh.rh8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/confluent-prepivot.sh.rh8 b/misc/confluent-prepivot.sh.rh8 index 1cfb6457..c4416c75 100644 --- a/misc/confluent-prepivot.sh.rh8 +++ b/misc/confluent-prepivot.sh.rh8 @@ -11,4 +11,5 @@ mkdir -p /sysroot/root/.ssh 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/ \ No newline at end of file +cp /etc/confluent.apikey /sysroot/etc/ +cp /tmp/confluent.deploycfg /sysroot/tmp/ \ No newline at end of file