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:
parent
9987cb5c03
commit
c1ad4357dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user