From 08264f277bcec073ba460d8f4ad6853f167c35eb Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 23 Mar 2022 15:46:37 -0400 Subject: [PATCH] Fix location of apiclient in suse --- confluent_osdeploy/suse15/profiles/hpc/scripts/prechroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/scripts/prechroot.sh b/confluent_osdeploy/suse15/profiles/hpc/scripts/prechroot.sh index f85b044d..527703e4 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/scripts/prechroot.sh +++ b/confluent_osdeploy/suse15/profiles/hpc/scripts/prechroot.sh @@ -19,7 +19,7 @@ cp -a /tls/* /mnt/var/lib/ca-certificates/pem cp -a /tls/*.pem /mnt/etc/pki/trust/anchors cat /tls/*.pem > /mnt/etc/confluent/ca.pem mkdir -p /mnt/opt/confluent/bin -cp /opt/confluent/bin/apiclient /opt/confluent/bin/ +cp /opt/confluent/bin/apiclient /mnt/opt/confluent/bin/ run_remote setupssh.sh