mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-24 21:31:13 +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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user