mirror of
https://github.com/xcat2/confluent.git
synced 2025-11-10 08:00:41 +00:00
Restore syntax of EL7 deployment
Inadvertent incomplete checkin broke syntax of EL7, fix to have it work as-is for now.
This commit is contained in:
@@ -33,7 +33,9 @@ if [ -e /dev/disk/by-label/CNFLNT_IDNT ]; then
|
||||
ip link set $(basename $i) up
|
||||
done
|
||||
for NICGUESS in $(ip link|grep LOWER_UP|grep -v LOOPBACK| awk '{print $2}' | sed -e 's/:$//'); do
|
||||
|
||||
echo $NICGUESS
|
||||
done
|
||||
fi
|
||||
TRIES=0
|
||||
echo -n > /etc/confluent/confluent.info
|
||||
cd /sys/class/net
|
||||
|
||||
Reference in New Issue
Block a user