2
0
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:
Jarrod Johnson
2023-06-01 09:20:17 -04:00
parent c3fc931ba4
commit 7ab2aff7f2

View File

@@ -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