2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-01 06:53:28 +00:00

Revert "Fallback to filename for PE format kernels"

This reverts commit a0a5887214.
This commit is contained in:
Jarrod Johnson
2026-01-15 14:29:31 -05:00
parent f8b8ce3847
commit 61d7a49163

View File

@@ -211,7 +211,7 @@ v6cfg=$(grep ^ipv6_method: /etc/confluent/confluent.deploycfg)
v6cfg=${v6cfg#ipv6_method: }
v4cfg=$(grep ^ipv4_method: /etc/confluent/confluent.deploycfg)
v4cfg=${v4cfg#ipv4_method: }
if [ "$v4cfg" = "static" ] || [ "$v4cfg" = "dhcp" ]; then # someone might feed 'manual' in or other such nonsense
if [ "$v4cfg" = "static" ] || [ "$v4cfg" = "dhcp" ]; then
mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg)
mgr=${mgr#deploy_server: }
fi