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

Fix for loop variable name

This commit is contained in:
Jarrod Johnson 2022-07-27 08:37:09 -04:00
parent 9987cb5c03
commit c1ad4357dc

View File

@ -10,7 +10,7 @@ touch /etc/confluent/confluent.info
begin=$(date +%s)
localcli system secpolicy domain set -n appDom -l disabled
personality=''
for maydev in /dev/disks/mpx.vmhba*; do
for usb in /dev/disks/mpx.vmhba*; do
if mdir -i $usb |grep CNFLNT_IDNT > /dev/null; then
personality=$usb
break