2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Support 8.3 install

In 8.3, they refactored how network configuration is
managed early in install. Fix by detecting the presence
of the nm-lib and calling it's function again to
re-read the new cmdline.
This commit is contained in:
Jarrod Johnson 2020-12-07 12:35:33 -05:00
parent ff7f5daac6
commit 906011a80b

View File

@ -106,4 +106,8 @@ while read -r entry; do
continue
fi
done < /etc/confluent/confluent.deploycfg
if [ -e /lib/nm-lib.sh ]; then
. /lib/nm-lib.sh
nm_generate_connections
fi