add more sleep time

adding some pause for user to plug in usb because people are slow
pull/2/head
Matthew Clark 2 years ago committed by GitHub
parent b6863ae538
commit 49f96c5db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,8 +64,8 @@ if ! [[ -f MediCat.USB.v21.12.7z ]]; then
fi fi
echo -e "\n\n\n" echo -e "\n\n\n"
echo "Please Plug your USB in now if it is not already" echo "Please Plug your USB in now if it is not already"
echo "Waiting 5 seconds..." echo "Waiting 15 seconds..."
sleep 5 sleep 15
echo "Please Find the ID of your USB below" echo "Please Find the ID of your USB below"
echo -e "\n\n" echo -e "\n\n"
lsblk | awk '{print $1,$4}' lsblk | awk '{print $1,$4}'

Loading…
Cancel
Save