bad line endings?

test
sean 7 years ago
parent def54b1a4f
commit a3c89343ac

@ -63,7 +63,8 @@ for disk in `echo "$disks"`
do do
while ! [ -e "/dev/disk/by-id/${disk}-part3" ]; do while ! [ -e "/dev/disk/by-id/${disk}-part3" ]; do
partprobe 2>/dev/null 1>/dev/null partprobe 2>/dev/null 1>/dev/null
sleep 1 echo "Waiting for ${disk} partition 3 to update..."
sleep 3
done done
done done

Loading…
Cancel
Save