summaryrefslogtreecommitdiff
path: root/src/parted-usb.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 17:20:09 -0400
committerAndrew Cady <d@cryptonomic.net>2020-10-30 17:20:09 -0400
commit353412f8c908138f81ec64a191a965845cbd8f01 (patch)
treeb8f4fd8173dfce044182d2fc433d8b9ae2c3a099 /src/parted-usb.sh
parent0499fe97848dccd9d98fa436b5f7fb8ae39d4a92 (diff)
ui improvement
Diffstat (limited to 'src/parted-usb.sh')
-rwxr-xr-xsrc/parted-usb.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parted-usb.sh b/src/parted-usb.sh
index 1c0219d..1a7ec7a 100755
--- a/src/parted-usb.sh
+++ b/src/parted-usb.sh
@@ -316,7 +316,8 @@ if [ "$1" ]
316then 316then
317 if [ "$1" = USB ] 317 if [ "$1" = USB ]
318 then 318 then
319 target=$(./src/usb.sh) || exit 1 319 [ "$DO_BUILD" ] && arg= || arg=-n
320 target=$(./src/usb.sh $arg) || exit 1
320 elif [ -f "$1" ] 321 elif [ -f "$1" ]
321 then 322 then
322 case "$1" in 323 case "$1" in