From b72d6c9cfc313840279c2b6dfd7969efccc4283a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 10 Dec 2025 14:14:14 -0500 Subject: [PATCH] Fix typo --- .../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 4d9a92ad..febb4acf 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -56,7 +56,7 @@ cat /tls/*.pem > /etc/pki/tls/certs/ca-bundle.crt TRIES=0 touch /etc/confluent/confluent.info TRIES=5 -echo -n "Waitiing for disks..." +echo -n "Waiting for disks..." while [ ! -e /dev/disk/by-label ] && [ $TRIES -gt 0 ]; do sleep 1 TRIES=$((TRIES - 1))