From d88e33677e913ee39338f1e0953d6ec7e51760e3 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 11 Aug 2020 18:40:57 -0400 Subject: [PATCH] Fix typo in confluent in rungenesis --- .../genesis/initramfs/opt/confluent/bin/rungenesis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index 374786f4..45967119 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -80,7 +80,7 @@ for pubkey in /etc/ssh/ssh_host*key.pub; do echo HostKey $privfile >> /etc/ssh/sshd_config done /usr/sbin/sshd -profile=$(grep ^profile: /etc/confluent/confuent.deploycfg | awk '{print $2}') +profile=$(grep ^profile: /etc/confluent/confluent.deploycfg | awk '{print $2}') mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg | awk '{print $2}') export profile mgr echo "Running https://$mgr/confluent-public/os/$profile/scripts/boot.sh"