summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------fsmgr0
m---------openssh0
-rwxr-xr-xsrc/parted-usb.sh3
3 files changed, 1 insertions, 2 deletions
diff --git a/fsmgr b/fsmgr
Subproject 7730c4915fbeb7121d8dff0bcca7fa9f81846a4 Subproject 8eae299ce90d789fc19dc4ac30493152b040a1e
diff --git a/openssh b/openssh
Subproject 474c60e38dcf172fff0e37188c449153b930829 Subproject cab10ebfeb614baf6a54395a92d4172bda6f0b1
diff --git a/src/parted-usb.sh b/src/parted-usb.sh
index af56c8c..1c0219d 100755
--- a/src/parted-usb.sh
+++ b/src/parted-usb.sh
@@ -314,7 +314,6 @@ default_target=boot-disk.img
314 314
315if [ "$1" ] 315if [ "$1" ]
316then 316then
317
318 if [ "$1" = USB ] 317 if [ "$1" = USB ]
319 then 318 then
320 target=$(./src/usb.sh) || exit 1 319 target=$(./src/usb.sh) || exit 1
@@ -324,8 +323,8 @@ then
324 *.img) ;; 323 *.img) ;;
325 *) die "Invalid image filename. Use *.img";; 324 *) die "Invalid image filename. Use *.img";;
326 esac 325 esac
326 target=$1
327 fi 327 fi
328 target=$1
329else 328else
330 target=$default_target 329 target=$default_target
331fi 330fi