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:
parent
ff7f5daac6
commit
906011a80b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user