From 7de257074afae7f6347851977472b11c34706b39 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 11 Oct 2017 22:40:57 +0200 Subject: iso2usb.sh: be a bit more verbose when waiting for USB insertion --- iso2usb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso2usb.sh') diff --git a/iso2usb.sh b/iso2usb.sh index 470438f..8f82708 100644 --- a/iso2usb.sh +++ b/iso2usb.sh @@ -502,7 +502,7 @@ fi # Either provide a block device, or else scan for a block device: if [ -z "$TARGET" ]; then if [ $SCAN -eq 1 ]; then - echo "-- Waiting for a USB stick to be inserted..." + echo "-- Waiting ${SCANWAIT} seconds for a USB stick to be inserted..." TARGET=$(scan_devices) if [ -z "$TARGET" ]; then echo "*** No new USB device detected during $SCANWAIT seconds scan." -- cgit v1.2.3