summaryrefslogtreecommitdiffstats
path: root/iso2usb.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-10-11 22:40:57 +0200
committer Eric Hameleers <alien@slackware.com>2017-10-11 22:40:57 +0200
commit7de257074afae7f6347851977472b11c34706b39 (patch)
treeec6ae989dfd46de3ceded44fa8ea1e7bf2dd33b1 /iso2usb.sh
parent73eed2f7add9fb2086022cf6a445c455a1341f0d (diff)
downloadliveslak-7de257074afae7f6347851977472b11c34706b39.tar.gz
liveslak-7de257074afae7f6347851977472b11c34706b39.tar.xz
iso2usb.sh: be a bit more verbose when waiting for USB insertion
Diffstat (limited to 'iso2usb.sh')
-rw-r--r--iso2usb.sh2
1 files changed, 1 insertions, 1 deletions
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."