From cf097b153eb5640f1ec54b08ad767a1a14228d82 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 10 Sep 2021 12:49:32 -0400 Subject: [PATCH] Fix typo in genesis network bringup --- .../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 dfa95875..63e63f3c 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -122,7 +122,7 @@ if [ "$autoconfigmethod" = "dhcp" ]; then dhclient $ifname echo "Complete:" ip addr show dev $ifname -elif [ "$autocinfigmethtod" = "static" ]; then +elif [ "$autoconfigmethod" = "static" ]; then v4addr=$(grep ^ipv4_address: /etc/confluent/confluent.deploycfg) v4addr=${v4addr#ipv4_address: } v4gw=$(grep ^ipv4_gateway: /etc/confluent/confluent.deploycfg)