bad line endings?

This commit is contained in:
sean
2019-07-10 12:10:16 -07:00
parent def54b1a4f
commit a3c89343ac
+2 -1
View File
@@ -63,7 +63,8 @@ for disk in `echo "$disks"`
do
while ! [ -e "/dev/disk/by-id/${disk}-part3" ]; do
partprobe 2>/dev/null 1>/dev/null
sleep 1
echo "Waiting for ${disk} partition 3 to update..."
sleep 3
done
done