Update scripts/storage/multipath/connectVolume.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Rene Glover 2025-06-23 10:21:21 -05:00 committed by GitHub
parent 7be9bebdcf
commit 6353507bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fi
// wait for the device path to show up
while [ ! -e /dev/mapper/3${WWID} ]; do
echo "$(date): Waiting for /dev/mapper/3${WWID} to appear"
sleep
sleep 1
done
FINISH_CONNECT=$(dirname $0)/finishConnect.sh