Skip to content

Commit 5cfbb8b

Browse files
rg9975vishesh92
andauthored
Update scripts/storage/multipath/connectVolume.sh
Co-authored-by: Vishesh <[email protected]>
1 parent fdfc051 commit 5cfbb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/storage/multipath/connectVolume.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
exit 1
4444
fi
4545

46-
// wait for the device path to show up
46+
# wait for the device path to show up
4747
while [ ! -e /dev/mapper/3${WWID} ]; do
4848
echo "$(date): Waiting for /dev/mapper/3${WWID} to appear"
4949
sleep 1

0 commit comments

Comments
 (0)