2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Fix typo in genesis network bringup

This commit is contained in:
Jarrod Johnson 2021-09-10 12:49:32 -04:00
parent 269d9c79d1
commit cf097b153e

View File

@ -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)