diff options
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 |
commit | 7de257074afae7f6347851977472b11c34706b39 (patch) | |
tree | ec6ae989dfd46de3ceded44fa8ea1e7bf2dd33b1 /iso2usb.sh | |
parent | 73eed2f7add9fb2086022cf6a445c455a1341f0d (diff) | |
download | liveslak-7de257074afae7f6347851977472b11c34706b39.tar.gz liveslak-7de257074afae7f6347851977472b11c34706b39.tar.xz |
iso2usb.sh: be a bit more verbose when waiting for USB insertion
Diffstat (limited to '')
-rw-r--r-- | iso2usb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |