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"