2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Fix syntax error in el7 identity image support

This commit is contained in:
Jarrod Johnson 2023-06-02 08:55:27 -04:00
parent 8f1be7c905
commit e9dd7da775

View File

@ -68,6 +68,7 @@ if [ -e /dev/disk/by-label/CNFLNT_IDNT ]; then
ifname=$NICGUESS
break
fi
fi
done
fi
TRIES=0