mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-26 21:20:30 +00:00
Fix typo in genesis network bringup
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user